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) ;
69 MCAPI
void teleportEntity(
::Actor& entity);
79 MCAPI static ::BlockPos
80 findValidSpawnAround(
::BlockSource& region,
::BlockPos const& around,
bool searchForEndStoneOnly,
int searchRadius);
100 MCFOLD
bool $hasAlphaLayer()
const;
102 MCAPI
void $triggerEvent(
int b0,
int b1);
104 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
110 MCAPI
static void** $vftable();
Definition SaveContext.h:5