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 TypeMethodDescriptionvoidClientPacketListener.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_ANIMATIONstatic final StreamCodec<FriendlyByteBuf, ClientboundSetTitlesAnimationPacket> ClientboundSetTitlesAnimationPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.setTitlesAnimation(ClientboundSetTitlesAnimationPacket p_178558_)