Uses of Record Class
net.minecraft.network.protocol.game.ClientboundDeleteChatPacket
Packages that use ClientboundDeleteChatPacket
-
Uses of ClientboundDeleteChatPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundDeleteChatPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleDeleteChat(ClientboundDeleteChatPacket p_241325_) -
Uses of ClientboundDeleteChatPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundDeleteChatPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundDeleteChatPacket> GamePacketTypes.CLIENTBOUND_DELETE_CHATstatic final StreamCodec<FriendlyByteBuf, ClientboundDeleteChatPacket> ClientboundDeleteChatPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundDeleteChatPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundDeleteChatPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleDeleteChat(ClientboundDeleteChatPacket p_241462_)