Uses of Record Class
net.minecraft.network.protocol.game.ClientboundHurtAnimationPacket
Packages that use ClientboundHurtAnimationPacket
-
Uses of ClientboundHurtAnimationPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundHurtAnimationPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleHurtAnimation
(ClientboundHurtAnimationPacket p_265581_) -
Uses of ClientboundHurtAnimationPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundHurtAnimationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundHurtAnimationPacket> GamePacketTypes.CLIENTBOUND_HURT_ANIMATION
static final StreamCodec
<FriendlyByteBuf, ClientboundHurtAnimationPacket> ClientboundHurtAnimationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundHurtAnimationPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundHurtAnimationPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleHurtAnimation
(ClientboundHurtAnimationPacket p_265165_)