3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/components/BlockComponentDescription.h"
12namespace cereal {
struct ReflectionCtx; }
33 virtual ::std::string
const& getName()
const ;
42 virtual bool isNetworkComponent()
const ;
69 MCNAPI static ::std::string
const&
NameID();
75 MCNAPI
void*
$ctor(
float destroyTime);
Definition BlockComponentStorage.h:8
Definition CompoundTag.h:13
Definition BlockComponentDescription.h:20
Definition BlockDestructibleByMiningDescription.h:15
static MCAPI ::std::string const & NameID()
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI BlockDestructibleByMiningDescription(float destroyTime)
MCAPI void * $ctor(float destroyTime)
static MCAPI void ** $vftable()
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
MCAPI bool $isNetworkComponent() const
MCAPI ::std::unique_ptr<::CompoundTag > $buildNetworkTag(::cereal::ReflectionCtx const &ctx) const
MCAPI::std::string const & $getName() const
MCAPI void $initializeFromNetwork(::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
Definition ReflectionCtx.h:11