Uses of Record Class
net.minecraft.network.protocol.game.ClientboundChunkBatchFinishedPacket
Packages that use ClientboundChunkBatchFinishedPacket
-
Uses of ClientboundChunkBatchFinishedPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundChunkBatchFinishedPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleChunkBatchFinished
(ClientboundChunkBatchFinishedPacket p_295731_) -
Uses of ClientboundChunkBatchFinishedPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundChunkBatchFinishedPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundChunkBatchFinishedPacket> GamePacketTypes.CLIENTBOUND_CHUNK_BATCH_FINISHED
static final StreamCodec
<FriendlyByteBuf, ClientboundChunkBatchFinishedPacket> ClientboundChunkBatchFinishedPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundChunkBatchFinishedPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundChunkBatchFinishedPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleChunkBatchFinished
(ClientboundChunkBatchFinishedPacket p_295302_)