aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/net.minecraft.world.level.storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/net.minecraft.world.level.storage.h')
-rw-r--r--Minecraft.World/net.minecraft.world.level.storage.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Minecraft.World/net.minecraft.world.level.storage.h b/Minecraft.World/net.minecraft.world.level.storage.h
new file mode 100644
index 00000000..262e1005
--- /dev/null
+++ b/Minecraft.World/net.minecraft.world.level.storage.h
@@ -0,0 +1,16 @@
+#pragma once
+
+#include "DirectoryLevelStorage.h"
+#include "DirectoryLevelStorageSource.h"
+#include "LevelData.h"
+#include "LevelStorage.h"
+#include "LevelStorageProfilerDecorator.h"
+#include "LevelStorageSource.h"
+#include "LevelSummary.h"
+#include "McRegionLevelStorage.h"
+#include "McRegionLevelStorageSource.h"
+//#include "MemoryLevelStorage.h" // 4J removed as unused
+//#include "MemoryLevelStorageSource.h" // 4J removed as unused
+#include "MockedLevelStorage.h"
+#include "PlayerIO.h"
+#include "SavedDataStorage.h"