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 TypeMethodDescriptionvoid
ClientPacketListener.handleUpdateAttributes
(ClientboundUpdateAttributesPacket pPacket) Updates en entity's attributes and their respective modifiers, which are used for speed bonuses (player sprinting, animals fleeing, baby speed), weapon/tool attackDamage, hostiles followRange randomization, zombie maxHealth and knockback resistance as well as reinforcement spawning chance. -
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_ATTRIBUTES
ClientboundUpdateAttributesPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleUpdateAttributes
(ClientboundUpdateAttributesPacket pPacket) Updates en entity's attributes and their respective modifiers, which are used for speed bonuses (player sprinting, animals fleeing, baby speed), weapon/tool attackDamage, hostiles followRange randomization, zombie maxHealth and knockback resistance as well as reinforcement spawning chance. -
Uses of ClientboundUpdateAttributesPacket in net.neoforged.neoforge.network.filters
Methods in net.neoforged.neoforge.network.filters that return ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionprivate static ClientboundUpdateAttributesPacket
VanillaConnectionNetworkFilter.filterEntityProperties
(ClientboundUpdateAttributesPacket msg) Filter for SEntityPropertiesPacket.Methods in net.neoforged.neoforge.network.filters with parameters of type ClientboundUpdateAttributesPacketModifier and TypeMethodDescriptionprivate static ClientboundUpdateAttributesPacket
VanillaConnectionNetworkFilter.filterEntityProperties
(ClientboundUpdateAttributesPacket msg) Filter for SEntityPropertiesPacket.