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