|
|
EntityPlacerItemComponent & | operator= (EntityPlacerItemComponent const &) |
|
| EntityPlacerItemComponent (EntityPlacerItemComponent const &) |
| virtual void | handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
| virtual void | _initializeComponent (::ComponentItem &owner) |
|
MCAPI | EntityPlacerItemComponent (::SharedTypes::v1_20_50::EntityPlacerItemComponent component) |
|
MCAPI void | _positionActor (::Actor &actor, ::Vec3 const &position, uchar face) const |
|
MCAPI void | _positionAndRotateActor (::Actor &actor, ::Vec3 position, uchar face, ::Vec3 const &playerFeetPos, ::BlockType const *blockType) const |
|
MCAPI void | _setActorCustomName (::Actor &actor, ::ItemStack const &item) const |
|
MCAPI void | _useOn (bool &result, ::ItemStack const ¤tItemStack, ::ItemStack &usingActor, ::Actor &pos, ::BlockPos const &face, uchar clickPos, ::Vec3 const &) |
|
MCAPI bool | _useOnMonsterSpawner (::ItemStack &item, ::Actor &usingActor, ::BlockPos const &blockPos, ::BlockSource ®ion, ::Block const &block) const |
|
MCAPI bool | dispense (::BlockSource ®ion, ::Container &container, int slot, ::Vec3 const &pos, uchar face) const |
|
MCAPI::EntityPlacerItemComponent & | operator= (::EntityPlacerItemComponent &&) |
|
MCAPI void * | $ctor (::SharedTypes::v1_20_50::EntityPlacerItemComponent component) |
|
MCAPI void | $handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
|
MCAPI void | $_initializeComponent (::ComponentItem &owner) |
| bool | isNetworkComponent () const override |
|
std::unique_ptr< CompoundTag > | buildNetworkTag (const cereal::ReflectionCtx &) const override |
|
virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
|
bool | initializeFromNetwork (const CompoundTag &, const cereal::ReflectionCtx &) override |
|
virtual bool | initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
|
virtual bool | checkComponentDataForContentErrors () const |
|
virtual void | writeSettings () |
|
MCAPI void | initializeComponent (::ComponentItem *owner) |
|
MCAPI bool | initializeComponentFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx, ::ComponentItem *owner) |
|
MCFOLD bool | $checkComponentDataForContentErrors () const |
|
MCFOLD void | $writeSettings () |
|
MCFOLD bool | $isNetworkComponent () const |
|
MCFOLD ::std::unique_ptr<::CompoundTag > | $buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
|
MCFOLD bool | $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
|
|
::ll::TypedStorage< 8, 176, ::ActorDefinitionIdentifier > | mIdentifier |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mAllowedUseBlocks |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mAllowedDispenseBlocks |
|
::ll::TypedStorage< 1, 1, bool > | mCanUseOnMonsterSpawners |
|
::ll::TypedStorage< 1, 1, bool > | mShouldContentErrorWithoutLiquidClipped |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnUseOnSubscription |
|
::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |