sel-level ~master (2021-12-01T12:46:22.4463193)
Dub
Repo
Chunk
sel
level
data
Undocumented in source.
class
Chunk {
Vector2
!
int
position
;
immutable
uint
timestamp
;
int
[
256
]
biomes
;
Section
[
uint
]
sections
;
this
(Vector2!int position, uint timestamp);
struct
Section
;
struct
Block
;
}
Constructors
this
this
(Vector2!int position, uint timestamp)
Undocumented in source.
Members
Structs
Block
struct
Block
Undocumented in source.
Section
struct
Section
Undocumented in source.
Variables
biomes
int
[
256
]
biomes
;
Undocumented in source.
position
Vector2
!
int
position
;
Undocumented in source.
sections
Section
[
uint
]
sections
;
Undocumented in source.
timestamp
uint
timestamp
;
Undocumented in source.
Meta
Source
See Implementation
sel
level
data
classes
Chunk
enums
Dimension
structs
LevelInfo