This repository has been archived on 2026-05-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MinecraftConsoles/Minecraft.World/net.minecraft.world.level.levelgen.h
2026-03-01 12:16:08 +08:00

15 lines
385 B
C

#pragma once
#include "CanyonFeature.h"
#include "DungeonFeature.h"
#include "HellRandomLevelSource.h"
#include "HellFlatLevelSource.h"
#include "LargeCaveFeature.h"
#include "LargeFeature.h"
#include "LargeHellCaveFeature.h"
#include "RandomLevelSource.h"
#include "FlatLevelSource.h"
#include "TownFeature.h"
#include "TheEndLevelRandomLevelSource.h"
#include "CustomLevelSource.h"