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 TypeMethodDescriptionvoidClientPacketListener.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_BIOMESstatic final StreamCodec<FriendlyByteBuf, ClientboundChunksBiomesPacket> ClientboundChunksBiomesPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleChunksBiomes(ClientboundChunksBiomesPacket p_275451_)