ChunkData_Biomes3D_VarInt

case
class ChunkData_Biomes3D_VarInt(chunkX: Int, chunkZ: Int, isNew: Boolean, bitmask: VarInt, heightmaps: NBTCompound, biomes: Option[LenPrefixedSeq[VarInt, VarInt]], data: LenPrefixedByteSeq[VarInt], blockEntities: LenPrefixedSeq[VarInt, NBTCompound])

ChunkData sends or updates a single chunk on the client. If New is set then biome data should be sent too.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product