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;
47 virtual bool hasAlphaLayer()
const ;
49 virtual void triggerEvent(
int b0,
int b1) ;
51 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
58 MCAPI
float getCooldownPercentage()
const;
64 MCAPI
float getSpawnPercentage()
const;
66 MCAPI
bool isCoolingDown()
const;
68 MCAPI
bool isSpawning()
const;
71 MCAPI
void setExitPosition(
::BlockPos const& exitPosition);
73 MCAPI
void teleportEntity(
::Actor& entity);
85 MCAPI static ::BlockPos
88 MCAPI static ::BlockPos findValidSpawnAround(
91 bool searchForEndStoneOnly,
108 MCFOLD
bool $hasAlphaLayer()
const;
110 MCAPI
void $triggerEvent(
int b0,
int b1);
112 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
Definition SaveContext.h:5