28 ::ll::TypedStorage<8, 32, ::std::string> mAuthor;
29 ::ll::TypedStorage<4, 12, ::BlockPos> mSize;
30 ::ll::TypedStorage<8, 64, ::LegacyStructureBlockPalette> mPalette;
31 ::ll::TypedStorage<8, 64, ::LegacyStructureBlockPalette> mExtraBlockPalette;
32 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyStructureBlockInfo>> mBlockInfo;
33 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyStructureActorInfo>> mEntityInfo;
43 virtual ::std::unordered_map<::BlockPos, ::std::string>
47 virtual void placeInWorld(
55 virtual ::BlockPos rawSize()
const ;
58 virtual ::br::worldgen::StructureTemplateBlockPalette randomPalette(
::BlockPos)
const ;
68 MCAPI ::std::vector<::JigsawStructureBlockInfo> getJigsawMarkers()
const;
76 MCAPI
static void _fixItemStack(
::CompoundTag& itemTag,
int dataVersion);
80 MCAPI
static void _mapPropertyToTag(
82 ::std::string
const& propertyString,
83 ::std::string
const& valueString
86 MCAPI static ::std::unique_ptr<::CompoundTag> _mapTag(
87 ::std::unique_ptr<::CompoundTag> originalTag,
88 ::std::string
const& javaBlockName,
93 MCAPI static ::Block
const* _mapToBlock(::std::string
const& blockName);
97 MCAPI static ::Block
const*
98 _mapToProperty(::std::string
const& propertyString, ::std::string
const& valueString,
::Block const& block);
104 MCAPI static ::std::string
const& AUTHOR_TAG();
106 MCAPI static ::std::string
const& BLOCKS_TAG();
108 MCAPI static ::std::string
const& BLOCK_TAG_NBT();
110 MCAPI static ::std::string
const& BLOCK_TAG_POS();
112 MCAPI static ::std::string
const& BLOCK_TAG_STATE();
114 MCAPI static ::std::string
const& DATA_VERSION_TAG();
116 MCAPI static ::std::string
const& ENTITIES_TAG();
118 MCAPI static ::std::string
const& ENTITY_TAG_BLOCKPOS();
120 MCAPI static ::std::string
const& ENTITY_TAG_NBT();
122 MCAPI static ::std::string
const& ENTITY_TAG_POS();
124 MCAPI static ::std::string
const& MINECRAFT_PREFIX();
126 MCAPI static ::std::string
const& PALETTE_TAG();
128 MCAPI static ::std::string
const& SIZE_TAG();
130 MCAPI static ::std::string
const& VERSION_TAG();
148 MCAPI ::std::unordered_map<::BlockPos, ::std::string>
151 MCAPI
void $placeInWorld(
158 MCAPI ::BlockPos $rawSize()
const;
160 MCAPI ::br::worldgen::StructureTemplateBlockPalette $randomPalette(
::BlockPos)
const;