21 ::ll::TypedStorage<1, 1, bool> mEnabled;
22 ::ll::TypedStorage<4, 12, ::Vec3> mOrigin;
23 ::ll::TypedStorage<4, 12, ::Vec3> mSize;
28 BlockSelectionBoxDescription();
33 virtual ::std::string
const& getName()
const ;
39 virtual bool isNetworkComponent()
const ;
49 MCAPI
explicit BlockSelectionBoxDescription(
bool enabled);
51 MCAPI BlockSelectionBoxDescription(
::Vec3 const& origin,
::Vec3 const& size);
65 MCAPI static ::std::string
const& NameID();
71 MCAPI
void* $ctor(
bool enabled);
73 MCAPI
void* $ctor(
::Vec3 const& origin,
::Vec3 const& size);
79 MCAPI ::std::string
const& $getName()
const;
85 MCFOLD
bool $isNetworkComponent()
const;