Uses of Class
net.minecraft.network.protocol.game.ClientboundClearTitlesPacket
Packages that use ClientboundClearTitlesPacket
-
Uses of ClientboundClearTitlesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundClearTitlesPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleTitlesClear(ClientboundClearTitlesPacket p_171765_) -
Uses of ClientboundClearTitlesPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundClearTitlesPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundClearTitlesPacket> GamePacketTypes.CLIENTBOUND_CLEAR_TITLESstatic final StreamCodec<FriendlyByteBuf, ClientboundClearTitlesPacket> ClientboundClearTitlesPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundClearTitlesPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundClearTitlesPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleTitlesClear(ClientboundClearTitlesPacket p_178543_)