20 ::ll::TypedStorage<1, 1, bool> mEnabled;
21 ::ll::TypedStorage<4, 12, ::Vec3> mOrigin;
22 ::ll::TypedStorage<4, 12, ::Vec3> mSize;
27 BlockSelectionBoxDescription();
32 virtual ::std::string
const& getName()
const ;
38 virtual bool isNetworkComponent()
const ;
44 virtual ~BlockSelectionBoxDescription() ;
50 MCAPI
explicit BlockSelectionBoxDescription(
bool enabled);
52 MCAPI BlockSelectionBoxDescription(
::Vec3 const& origin,
::Vec3 const& size);
64 MCAPI static ::std::string
const& NameID();
70 MCAPI
void* $ctor(
bool enabled);
72 MCAPI
void* $ctor(
::Vec3 const& origin,
::Vec3 const& size);
84 MCAPI ::std::string
const& $getName()
const;
90 MCFOLD
bool $isNetworkComponent()
const;