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 TypeMethodDescriptionvoid
ClientPacketListener.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_TITLES
static final StreamCodec
<FriendlyByteBuf, ClientboundClearTitlesPacket> ClientboundClearTitlesPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleTitlesClear
(ClientboundClearTitlesPacket p_178543_)