26 ::ll::TypedStorage<4, 4, int> mAge;
27 ::ll::TypedStorage<4, 4, int> mTeleportCooldown;
28 ::ll::TypedStorage<4, 12, ::BlockPos> mExitPortal;
29 ::ll::TypedStorage<1, 1, bool> mNeedsExitGeneration;
30 ::ll::TypedStorage<1, 1, bool> mTeleportTriggered;
31 ::ll::TypedStorage<1, 1, bool> mNeedsExitPositionVerification;
32 ::ll::TypedStorage<1, 1, bool> mExitPositionVerified;
33 ::ll::TypedStorage<1, 1, bool> mEndGatewayBadPosResetRequired;
52 virtual bool hasAlphaLayer()
const ;
55 virtual void triggerEvent(
int b0,
int b1) ;
58 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource& region) ;
67 MCAPI
void teleportEntity(
::Actor& entity);
77 MCAPI static ::BlockPos
78 findValidSpawnAround(
::BlockSource& region,
::BlockPos const& around,
bool searchForEndStoneOnly,
int searchRadius);
92 MCFOLD
bool $hasAlphaLayer()
const;
94 MCAPI
void $triggerEvent(
int b0,
int b1);
96 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
Definition SaveContext.h:5