3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/components/BlockComponentDescription.h"
11namespace cereal {
struct ReflectionCtx; }
31 virtual ::std::string
const& getName()
const ;
34 virtual bool isNetworkComponent()
const ;
49 MCNAPI static ::std::string
const&
NameID();
Definition CompoundTag.h:13
Definition BlockBreathabilityDescription.h:14
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
static MCAPI ::std::string const & NameID()
MCAPI void $initializeFromNetwork(::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
MCAPI bool $isNetworkComponent() const
MCAPI ::std::unique_ptr<::CompoundTag > $buildNetworkTag(::cereal::ReflectionCtx const &ctx) const
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11