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