3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/components/BlockComponentDescription.h"
13namespace cereal {
struct ReflectionCtx; }
35 virtual ::std::string
const& getName()
const ;
44 virtual bool isNetworkComponent()
const ;
67 MCNAPI static ::std::string
const&
NameID();
73 MCNAPI
void*
$ctor(
bool enabled);
Definition BlockComponentStorage.h:8
Definition CompoundTag.h:13
Definition BlockComponentDescription.h:20
Definition BlockSelectionBoxDescription.h:16
static MCAPI void ** $vftable()
MCAPI::std::string const & $getName() const
MCAPI bool $isNetworkComponent() const
MCAPI ::std::unique_ptr<::CompoundTag > $buildNetworkTag(::cereal::ReflectionCtx const &ctx) const
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
MCAPI BlockSelectionBoxDescription(::Vec3 const &origin, ::Vec3 const &size)
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
MCAPI BlockSelectionBoxDescription(bool enabled)
MCAPI void $initializeFromNetwork(::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
MCAPI void * $ctor(bool enabled)
MCAPI void * $ctor(::Vec3 const &origin, ::Vec3 const &size)
static MCAPI ::std::string const & NameID()
Definition ReflectionCtx.h:11