|
LeviLamina
|
Public Member Functions | |
| constexpr | ChunkBlockPos (::BlockPos const &pos, short minDimensionHeight) |
| constexpr | ChunkBlockPos (uchar x, ::ChunkLocalHeight y, uchar z) |
| constexpr bool | operator== (::ChunkBlockPos const &other) const |
| constexpr ushort | toLegacyIndex () const |
Static Public Member Functions | |
| static constexpr ::ChunkBlockPos | from2D (uchar x, uchar z) |
| static constexpr ::ChunkBlockPos | fromLegacyIndex (ushort idx) |
Public Attributes | |
| uchar | x |
| uchar | z |
| ::ChunkLocalHeight | y |