Uses of Record Class
net.minecraft.network.protocol.game.ServerboundChunkBatchReceivedPacket
Packages that use ServerboundChunkBatchReceivedPacket
-
Uses of ServerboundChunkBatchReceivedPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundChunkBatchReceivedPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundChunkBatchReceivedPacket> GamePacketTypes.SERVERBOUND_CHUNK_BATCH_RECEIVED
static final StreamCodec
<FriendlyByteBuf, ServerboundChunkBatchReceivedPacket> ServerboundChunkBatchReceivedPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundChunkBatchReceivedPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundChunkBatchReceivedPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleChunkBatchReceived
(ServerboundChunkBatchReceivedPacket p_294767_) -
Uses of ServerboundChunkBatchReceivedPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundChunkBatchReceivedPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleChunkBatchReceived
(ServerboundChunkBatchReceivedPacket p_295247_)