29 ::ll::TypedStorage<8, 32, ::std::string> mAuthor;
30 ::ll::TypedStorage<4, 12, ::BlockPos> mSize;
31 ::ll::TypedStorage<4, 4, int> mDataVersion;
32 ::ll::TypedStorage<8, 64, ::LegacyStructureBlockPalette> mPalette;
33 ::ll::TypedStorage<8, 64, ::LegacyStructureBlockPalette> mExtraBlockPalette;
34 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyStructureBlockInfo>> mBlockInfo;
35 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyStructureActorInfo>> mEntityInfo;
41 virtual ~LegacyStructureTemplate() ;
43 virtual ::std::unordered_map<::BlockPos, ::std::string>
46 virtual void placeInWorld(
53 virtual ::NeighborAwareBlockUpdateType shouldHandleUpgradeForBlock(
::Block const& block)
const ;
55 virtual ::BlockPos rawSize()
const ;
57 virtual ::br::worldgen::StructureTemplateBlockPalette randomPalette(
::BlockPos)
const ;
63 MCAPI LegacyStructureTemplate();
65 MCAPI ::BlockPos calculateConnectedPosition(
72 MCAPI ::std::vector<::JigsawStructureBlockInfo> getJigsawMarkers()
const;
80 MCAPI
static void _fixItemStack(
::CompoundTag& itemTag,
int dataVersion);
84 MCAPI
static void _mapPropertyToTag(
86 ::std::string
const& propertyString,
87 ::std::string
const& valueString
90 MCAPI static ::std::unique_ptr<::CompoundTag> _mapTag(
91 ::std::unique_ptr<::CompoundTag> originalTag,
92 ::std::string
const& javaBlockName,
97 MCAPI static ::Block
const* _mapToBlock(::std::string
const& blockName);
101 MCAPI static ::Block
const*
102 _mapToProperty(::std::string
const& propertyString, ::std::string
const& valueString,
::Block const& block);
108 MCAPI static ::std::string
const& AUTHOR_TAG();
110 MCAPI static ::std::string
const& BLOCKS_TAG();
112 MCAPI static ::std::string
const& BLOCK_TAG_NBT();
114 MCAPI static ::std::string
const& BLOCK_TAG_POS();
116 MCAPI static ::std::string
const& BLOCK_TAG_STATE();
118 MCAPI static ::std::string
const& DATA_VERSION_TAG();
120 MCAPI static ::std::string
const& ENTITIES_TAG();
122 MCAPI static ::std::string
const& ENTITY_TAG_BLOCKPOS();
124 MCAPI static ::std::string
const& ENTITY_TAG_NBT();
126 MCAPI static ::std::string
const& ENTITY_TAG_POS();
128 MCAPI static ::std::string
const& MINECRAFT_PREFIX();
130 MCAPI static ::std::string
const& PALETTE_TAG();
132 MCAPI static ::std::string
const& SIZE_TAG();
134 MCAPI static ::std::string
const& VERSION_TAG();
152 MCAPI ::std::unordered_map<::BlockPos, ::std::string>
155 MCAPI
void $placeInWorld(
162 MCAPI ::NeighborAwareBlockUpdateType $shouldHandleUpgradeForBlock(
::Block const& block)
const;
164 MCAPI ::BlockPos $rawSize()
const;
166 MCAPI ::br::worldgen::StructureTemplateBlockPalette $randomPalette(
::BlockPos)
const;