28 struct LocalRegistry {
32 ::ll::TypedStorage<8, 8, ::Block const&> mCrackedStoneBrick;
33 ::ll::TypedStorage<8, 8, ::Block const&> mMossyStoneBrick;
34 ::ll::TypedStorage<8, 8, ::Block const&> mPolishedBlackstoneBricks;
35 ::ll::TypedStorage<8, 8, ::Block const&> mCrackedPolishedBlackstoneBricks;
36 ::ll::TypedStorage<8, 8, ::Block const&> mAirBlock;
41 LocalRegistry& operator=(LocalRegistry
const&);
42 LocalRegistry(LocalRegistry
const&);
49 ::ll::TypedStorage<4, 4, int> mStructureOriginX;
50 ::ll::TypedStorage<4, 4, int> mStructureOriginZ;
51 ::ll::TypedStorage<4, 24, ::BoundingBox> mStructureBounds;
52 ::ll::TypedStorage<8, 8, ::BiomeRegistry&> mBiomeRegistry;
53 ::ll::TypedStorage<8, 8, ::Biome const&> mBiome;
54 ::ll::TypedStorage<8, 40, ::RuinedPortalPiece::LocalRegistry> mLocalRegistry;
59 RuinedPortalPiece& operator=(RuinedPortalPiece
const&);
60 RuinedPortalPiece(RuinedPortalPiece
const&);
66 virtual ::StructurePieceType getType() const ;
82 MCAPI static ::
Block const& _getRandomFacingStairs(::
Random& random, ::
Block const& stairBlock);
88 MCAPI ::StructurePieceType $getType() const;