27 ::ll::TypedStorage<4, 4, ::StructureActionType> mAction;
28 ::ll::TypedStorage<1, 1, ::StructureRedstoneSaveMode> mSaveMode;
29 ::ll::TypedStorage<1, 1, ::Rotation> mRotation;
30 ::ll::TypedStorage<1, 1, ::Mirror> mMirror;
31 ::ll::TypedStorage<1, 1, ::AnimationMode> mAnimationMode;
32 ::ll::TypedStorage<4, 4, float> mAnimationTimeSeconds;
33 ::ll::TypedStorage<8, 32, ::std::string> mName;
34 ::ll::TypedStorage<8, 32, ::std::string> mSeed;
35 ::ll::TypedStorage<4, 16, ::CommandPosition> mFrom;
36 ::ll::TypedStorage<4, 16, ::CommandPosition> mTo;
37 ::ll::TypedStorage<4, 4, float> mIntegrity;
38 ::ll::TypedStorage<1, 1, bool> mSeedSpecified;
39 ::ll::TypedStorage<1, 1, bool> mIncludeEntities;
40 ::ll::TypedStorage<1, 1, bool> mIncludeBlocks;
41 ::ll::TypedStorage<1, 1, bool> mWaterlogged;
59 MCAPI ::std::string _getFullName()
const;
90 MCAPI
static void** $vftable();