20 ::ll::TypedStorage<8, 32, ::std::string> previousPiece;
21 ::ll::TypedStorage<8, 24, ::std::vector<::PieceWeight>> availableBridgePieces;
22 ::ll::TypedStorage<8, 24, ::std::vector<::PieceWeight>> availableCastlePieces;
23 ::ll::TypedStorage<8, 24, ::std::vector<::StructurePiece*>> pendingChildren;
33 virtual ::StructurePieceType getType()
const ;
35 virtual ~NBStartPiece() ;
41 MCAPI NBStartPiece(
::Random& random,
int west,
int north);
47 MCAPI
void* $ctor(
::Random& random,
int west,
int north);
59 MCAPI ::StructurePieceType $getType()
const;