LeviLamina
Loading...
Searching...
No Matches
BlockSelectionBoxDescription Struct Reference
Inheritance diagram for BlockSelectionBoxDescription:

Public Member Functions

virtual::std::string const & getName () const
virtual void initializeComponent (::BlockComponentStorage &blockComponentStorage) const
virtual void initializeComponentFromCode (::BlockComponentStorage &blockComponentStorage) const
virtual bool isNetworkComponent () const
virtual ::std::unique_ptr<::CompoundTagbuildNetworkTag (::cereal::ReflectionCtx const &) const
virtual void initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
MCAPI BlockSelectionBoxDescription (bool enabled)
MCAPI BlockSelectionBoxDescription (::Vec3 const &origin, ::Vec3 const &size)
MCAPI void * $ctor (bool enabled)
MCAPI void * $ctor (::Vec3 const &origin, ::Vec3 const &size)
MCAPI::std::string const & $getName () const
MCAPI void $initializeComponent (::BlockComponentStorage &blockComponentStorage) const
MCFOLD void $initializeComponentFromCode (::BlockComponentStorage &blockComponentStorage) const
MCFOLD bool $isNetworkComponent () const
MCAPI ::std::unique_ptr<::CompoundTag$buildNetworkTag (::cereal::ReflectionCtx const &) const
MCAPI void $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
virtual void initializeComponent (::EntityContext &entity) const
virtual void initializeComponentFromCode (::EntityContext &entity) const
virtual void buildSchema (::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockComponentGroupDescription > > &componentSchema, ::BlockComponentFactory const &factory) const
virtual void handleVersionBasedInitialization (::SemVersion const &originalJsonVersion)
MCFOLD void $initializeComponent (::EntityContext &entity) const
MCFOLD void $initializeComponentFromCode (::EntityContext &entity) const
MCFOLD void $buildSchema (::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockComponentGroupDescription > > &componentSchema, ::BlockComponentFactory const &factory) const
MCFOLD void $handleVersionBasedInitialization (::SemVersion const &originalJsonVersion)

Static Public Member Functions

static MCAPI void bindType (::cereal::ReflectionCtx &ctx)
static MCAPI void registerVersionUpgrades (::CerealSchemaUpgradeSet &schemaUpgrades)
static MCAPI ::std::string const & NameID ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 1, 1, bool > mEnabled
::ll::TypedStorage< 4, 12, ::Vec3mOrigin
::ll::TypedStorage< 4, 12, ::Vec3mSize
::ll::TypedStorage< 1, 1, bool > mInitializedFromCode

Member Function Documentation

◆ initializeComponent()

virtual void BlockSelectionBoxDescription::initializeComponent ( ::BlockComponentStorage & blockComponentStorage) const
virtual

Reimplemented from BlockComponentDescription.

◆ initializeComponentFromCode()

virtual void BlockSelectionBoxDescription::initializeComponentFromCode ( ::BlockComponentStorage & blockComponentStorage) const
virtual

Reimplemented from BlockComponentDescription.

◆ isNetworkComponent()

virtual bool BlockSelectionBoxDescription::isNetworkComponent ( ) const
virtual

Reimplemented from BlockComponentDescription.

◆ initializeFromNetwork()

virtual void BlockSelectionBoxDescription::initializeFromNetwork ( ::CompoundTag const & tag,
::cereal::ReflectionCtx const & ctx )
virtual

Reimplemented from BlockComponentDescription.


The documentation for this struct was generated from the following file: