38 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mActorIdentifier;
39 ::ll::TypedStorage<8, 24, ::CompoundTag> mSaveData;
46 ::ll::TypedStorage<8, 200, ::SerializedActorBlockActor::SerializedActor> mSerializedActor;
47 ::ll::TypedStorage<4, 4, int> mPose;
63 virtual void executeEvent(
67 ::std::string
const& eventName,
72 virtual void getDebugText(
73 ::std::vector<::std::string>& outputInfo,
79 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
91 MCAPI ::Actor* _loadSerializedActor(
102 MCAPI ::Actor* spawnActor(
::BlockSource& region, ::Direction::Type direction);
108 MCAPI static ::std::string_view
const& ACTOR_IDENTIFIER_TAG_NAME();
110 MCAPI static ::std::string_view
const& ACTOR_TAG_NAME();
112 MCAPI static ::std::string_view
const& POSE_TAG_NAME();
114 MCAPI static ::std::string_view
const& SAVE_DATA_TAG_NAME();
126 MCAPI
void $executeEvent(
130 ::std::string
const& eventName,
134 MCAPI
void $getDebugText(
135 ::std::vector<::std::string>& outputInfo,
140 MCAPI ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
Definition SaveContext.h:5