Uses of Class
net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket
Packages that use ClientboundUpdateAttributesPacket
Package
Description
-
Uses of ClientboundUpdateAttributesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleUpdateAttributes(ClientboundUpdateAttributesPacket p_105128_) -
Uses of ClientboundUpdateAttributesPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundUpdateAttributesPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundUpdateAttributesPacket> GamePacketTypes.CLIENTBOUND_UPDATE_ATTRIBUTESClientboundUpdateAttributesPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundUpdateAttributesPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleUpdateAttributes(ClientboundUpdateAttributesPacket p_131452_) -
Uses of ClientboundUpdateAttributesPacket in net.neoforged.neoforge.network.filters
Methods in net.neoforged.neoforge.network.filters that return ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionprivate static ClientboundUpdateAttributesPacketVanillaConnectionNetworkFilter.filterEntityProperties(ClientboundUpdateAttributesPacket msg) Filter for SEntityPropertiesPacket.Methods in net.neoforged.neoforge.network.filters with parameters of type ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionprivate static ClientboundUpdateAttributesPacketVanillaConnectionNetworkFilter.filterEntityProperties(ClientboundUpdateAttributesPacket msg) Filter for SEntityPropertiesPacket.