|
LeviLamina
|
Public Member Functions | |
| CachedChunkBlockSource & | operator= (CachedChunkBlockSource const &) |
| CachedChunkBlockSource (CachedChunkBlockSource const &) | |
| MCAPI ushort | _updateCacheAndGetIndex (::BlockPos const &position) |
| MCAPI::Block const & | getBlock (::BlockPos const &position) |
| MCAPI::Block const & | getLiquidBlock (::BlockPos const &position) |
| MCAPI::Material const & | getMaterial (::BlockPos const &pos) |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::BlockSource & > | mBlockSource |
| ::ll::TypedStorage< 2, 2, short > | mMinHeight |
| ::ll::TypedStorage< 8, 8, ::ChunkPos > | mPreviousChunkPos |
| ::ll::TypedStorage< 2, 2, short > | mPreviousSubChunkHeight |
| ::ll::TypedStorage< 8, 8, ::LevelChunk const * > | mPreviousLevelChunk |
| ::ll::TypedStorage< 8, 8, ::SubChunk const * > | mPreviousSubChunk |