Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BiomePainter
History
ChunkState
C# Class BiomePainter.History.ChunkState
Show file
Open project: mblaine/BiomePainter
Public Properties
Property
Type
Description
Biomes
byte[]
Coords
Coord
Public Methods
Method
Description
ChunkState
(
int
x
,
int
z
,
byte
biomes
) :
System
Method Details
ChunkState()
public
method
public
ChunkState
(
int
x
,
int
z
,
byte
biomes
) :
System
x
int
z
int
biomes
byte
return
System
Property Details
Biomes
public property
public
byte[]
Biomes
return
byte[]
Coords
public property
public
Coord
Coords
return
Coord