Uses of Class
net.minecraft.network.protocol.game.ClientboundSetTitlesAnimationPacket
Packages that use ClientboundSetTitlesAnimationPacket
-
Uses of ClientboundSetTitlesAnimationPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetTitlesAnimationPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.setTitlesAnimation
(ClientboundSetTitlesAnimationPacket p_171795_) -
Uses of ClientboundSetTitlesAnimationPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetTitlesAnimationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetTitlesAnimationPacket> GamePacketTypes.CLIENTBOUND_SET_TITLES_ANIMATION
static final StreamCodec
<FriendlyByteBuf, ClientboundSetTitlesAnimationPacket> ClientboundSetTitlesAnimationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetTitlesAnimationPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetTitlesAnimationPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.setTitlesAnimation
(ClientboundSetTitlesAnimationPacket p_178558_)