|
enum class | PaletteType : int { Sequential = 0
, Hashed = 1
} |
|
|
virtual::BlockPalette::PaletteType | getPaletteType () |
|
virtual void | appendBlock (::Block const &blockState) |
|
virtual::Block const & | getBlock (uint const &networkId) const |
|
virtual void | assignBlockNetworkId (::Block const &block, uint64 networkId) const |
|
MCAPI | BlockPalette (::Level &level) |
|
MCAPI::Block const & | getBlockFromLegacyData (::NewBlockID id, uint data) const |
|
MCAPI ::Bedrock::NonOwnerPointer<::IUnknownBlockTypeRegistry > const | getUnknownBlockTypeRegistry () const |
|
MCAPI bool | shouldWarnFor (::NewBlockID id, ushort data) const |
|
MCAPI::Block const & | switchBlock (::Block const &oldBlock, ::BlockLegacy const &newBlockType) const |
|
MCAPI void * | $ctor (::Level &level) |
|
MCAPI void | $dtor () |
|
MCFOLD::BlockPalette::PaletteType | $getPaletteType () |
|
MCAPI void | $appendBlock (::Block const &blockState) |
|
MCAPI::Block const & | $getBlock (uint const &networkId) const |
|
MCAPI void | $assignBlockNetworkId (::Block const &block, uint64 networkId) const |
|
|
static MCAPI void ** | $vftable () |
|
|
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::Mutex > | mLegacyBlockStatesConversionWarningMutex |
|
::ll::TypedStorage< 8, 16, ::std::set<::std::pair< int, int > > > | mLegacyBlockStatesConversionWarningSet |
|
::ll::TypedStorage< 8, 24, ::std::vector<::Block const * > > | mBlockFromNetworkId |
|
::ll::TypedStorage< 8, 8, ::Level * > | mLevel |
|
The documentation for this class was generated from the following file: