2026-03-01 12:16:08 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "BlockGenMethods.h"
|
|
|
|
|
#include "BoundingBox.h"
|
|
|
|
|
#include "MineShaftFeature.h"
|
|
|
|
|
#include "MineShaftPieces.h"
|
|
|
|
|
#include "MineShaftStart.h"
|
2026-03-03 03:04:10 +08:00
|
|
|
#include "NetherBridgeFeature.h"
|
|
|
|
|
#include "NetherBridgePieces.h"
|
2026-03-01 12:16:08 +08:00
|
|
|
#include "StrongholdFeature.h"
|
|
|
|
|
#include "StrongholdPieces.h"
|
|
|
|
|
#include "StructureFeature.h"
|
2026-03-03 03:04:10 +08:00
|
|
|
#include "StructureFeatureIO.h"
|
|
|
|
|
#include "StructureFeatureSavedData.h"
|
2026-03-01 12:16:08 +08:00
|
|
|
#include "StructurePiece.h"
|
|
|
|
|
#include "StructureStart.h"
|
|
|
|
|
#include "VillageFeature.h"
|
|
|
|
|
#include "VillagePieces.h"
|
|
|
|
|
#include "RandomScatteredLargeFeature.h"
|
|
|
|
|
#include "ScatteredFeaturePieces.h"
|