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 TypeMethodDescriptionvoidClientPacketListener.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_ANIMATIONstatic final StreamCodec<FriendlyByteBuf, ClientboundHurtAnimationPacket> ClientboundHurtAnimationPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleHurtAnimation(ClientboundHurtAnimationPacket p_265165_)