3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/TintMethod.h"
7#include "mc/world/level/block/components/BlockComponentDescription.h"
12namespace SharedTypes {
struct Color255RGB; }
33 virtual ::std::string
const& getName()
const ;
54 MCNAPI static ::std::string
const&
NameID();
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockMapColorDescription.h:15
static MCAPI ::std::string const & NameID()
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
static MCAPI void ** $vftable()
MCAPI::std::string const & $getName() const
MCAPI BlockMapColorDescription(::SharedTypes::Color255RGB mapColor, ::TintMethod tintMethod)
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
MCAPI void * $ctor(::SharedTypes::Color255RGB mapColor, ::TintMethod tintMethod)
Definition Color255RGB.h:15