Uses of Record Class
net.minecraft.network.protocol.game.ClientboundChunksBiomesPacket
Packages that use ClientboundChunksBiomesPacket
-
Uses of ClientboundChunksBiomesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundChunksBiomesPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleChunksBiomes
(ClientboundChunksBiomesPacket p_275437_) -
Uses of ClientboundChunksBiomesPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundChunksBiomesPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundChunksBiomesPacket> GamePacketTypes.CLIENTBOUND_CHUNKS_BIOMES
static final StreamCodec
<FriendlyByteBuf, ClientboundChunksBiomesPacket> ClientboundChunksBiomesPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return ClientboundChunksBiomesPacketModifier and TypeMethodDescriptionClientboundChunksBiomesPacket.forChunks
(List<LevelChunk> p_275394_) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundChunksBiomesPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundChunksBiomesPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleChunksBiomes
(ClientboundChunksBiomesPacket p_275451_)