31 ::ll::TypedStorage<4, 12, ::ClockSpriteCalculator> mClockSpriteCalc;
32 ::ll::TypedStorage<8, 32, ::CompassSpriteCalculator> mCompassSpriteCalc;
33 ::ll::TypedStorage<8, 32, ::CompassSpriteCalculator> mRecoveryCompassSpriteCalc;
34 ::ll::TypedStorage<8, 128, ::ItemInstance> mItem;
35 ::ll::TypedStorage<4, 4, float> mDropChance;
36 ::ll::TypedStorage<4, 4, float> mRotation;
37 ::ll::TypedStorage<1, 1, bool> mUpgradeMapBit;
38 ::ll::TypedStorage<1, 1, bool> mUpgradePhotoBit;
39 ::ll::TypedStorage<1, 1, bool> mRefreshMap;
40 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mDisplayEntity;
41 ::ll::TypedStorage<1, 1, bool> mIgnoreLighting;
70 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
97 MCAPI
void updateNameTag();
103 MCAPI
static float const& ROTATION_DEGREES();
111 MCAPI
void* $ctor(
::BlockPos pos, ::BlockActorType type, ::std::string
const&
id);
129 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
Definition SaveContext.h:5