Uses of Record Class
net.minecraft.network.protocol.game.ClientboundChunksBiomesPacket.ChunkBiomeData
Packages that use ClientboundChunksBiomesPacket.ChunkBiomeData
-
Uses of ClientboundChunksBiomesPacket.ChunkBiomeData in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundChunksBiomesPacket.ChunkBiomeDataModifier and TypeFieldDescriptionprivate final List
<ClientboundChunksBiomesPacket.ChunkBiomeData> ClientboundChunksBiomesPacket.chunkBiomeData
The field for thechunkBiomeData
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundChunksBiomesPacket.ChunkBiomeDataModifier and TypeMethodDescriptionClientboundChunksBiomesPacket.chunkBiomeData()
Returns the value of thechunkBiomeData
record component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundChunksBiomesPacket.ChunkBiomeDataModifierConstructorDescriptionCreates an instance of aClientboundChunksBiomesPacket
record class.