Uses of Class
net.minecraft.network.protocol.game.ClientboundAnimatePacket
Packages that use ClientboundAnimatePacket
-
Uses of ClientboundAnimatePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundAnimatePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleAnimate
(ClientboundAnimatePacket p_104968_) -
Uses of ClientboundAnimatePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundAnimatePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundAnimatePacket> GamePacketTypes.CLIENTBOUND_ANIMATE
static final StreamCodec
<FriendlyByteBuf, ClientboundAnimatePacket> ClientboundAnimatePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundAnimatePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundAnimatePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleAnimate
(ClientboundAnimatePacket p_131372_)