Modifier and Type | Method and Description |
---|---|
void |
CreateWorldScreen.recreateFromExistingWorld(WorldInfo original) |
Modifier and Type | Method and Description |
---|---|
private void |
MinecraftServer.applyDebugWorldInfo(WorldInfo worldInfoIn) |
protected void |
MinecraftServer.loadDataPacks(java.io.File p_195560_1_,
WorldInfo p_195560_2_) |
private void |
MinecraftServer.loadDataPacks(WorldInfo worldInfoIn) |
protected void |
MinecraftServer.loadWorlds(SaveHandler saveHandlerIn,
WorldInfo info,
WorldSettings worldSettingsIn,
IChunkStatusListener chunkStatusListenerIn) |
Constructor and Description |
---|
WorldOptimizer(java.lang.String p_i50400_1_,
SaveFormat p_i50400_2_,
WorldInfo p_i50400_3_,
boolean p_i50400_4_) |
Modifier and Type | Field and Description |
---|---|
protected WorldInfo |
World.worldInfo |
Modifier and Type | Method and Description |
---|---|
WorldInfo |
IWorld.getWorldInfo() |
WorldInfo |
World.getWorldInfo() |
Constructor and Description |
---|
World(WorldInfo info,
DimensionType dimType,
java.util.function.BiFunction<World,Dimension,AbstractChunkProvider> provider,
IProfiler profilerIn,
boolean remote) |
WorldSettings(WorldInfo info) |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<WorldInfo,C> |
BiomeProviderType.settingsFactory |
Modifier and Type | Method and Description |
---|---|
C |
BiomeProviderType.createSettings(WorldInfo p_226840_1_) |
Modifier and Type | Method and Description |
---|---|
private static <C extends IBiomeProviderSettings,T extends BiomeProvider> |
BiomeProviderType.func_226841_a_(java.lang.String p_226841_0_,
java.util.function.Function<C,T> p_226841_1_,
java.util.function.Function<WorldInfo,C> p_226841_2_) |
Constructor and Description |
---|
CheckerboardBiomeProviderSettings(WorldInfo p_i225747_1_) |
EndBiomeProviderSettings(WorldInfo p_i225752_1_) |
OverworldBiomeProviderSettings(WorldInfo p_i225751_1_) |
SingleBiomeProviderSettings(WorldInfo p_i225748_1_) |
Constructor and Description |
---|
BiomeProviderType(java.util.function.Function<C,T> p_i225746_1_,
java.util.function.Function<WorldInfo,C> p_i225746_2_) |
Modifier and Type | Method and Description |
---|---|
void |
WorldBorder.copyFrom(WorldInfo info) |
void |
WorldBorder.copyTo(WorldInfo info) |
Modifier and Type | Field and Description |
---|---|
private WorldInfo |
WorldGenRegion.worldInfo |
Modifier and Type | Method and Description |
---|---|
WorldInfo |
WorldGenRegion.getWorldInfo() |
Constructor and Description |
---|
ServerWorld(MinecraftServer serverIn,
java.util.concurrent.Executor executorIn,
SaveHandler saveHandlerIn,
WorldInfo worldInfoIn,
DimensionType dimType,
IProfiler profilerIn,
IChunkStatusListener listenerIn) |
Modifier and Type | Class and Description |
---|---|
class |
DerivedWorldInfo |
Modifier and Type | Field and Description |
---|---|
private WorldInfo |
DerivedWorldInfo.delegate |
Modifier and Type | Method and Description |
---|---|
static WorldInfo |
SaveFormat.getWorldData(java.io.File p_215780_0_,
com.mojang.datafixers.DataFixer p_215780_1_,
SaveHandler saveHandler) |
static WorldInfo |
SaveFormat.getWorldInfo(java.io.File p_215780_0_,
com.mojang.datafixers.DataFixer p_215780_1_) |
protected static WorldInfo |
SaveFormat.getWorldInfo(java.nio.file.Path p_215779_0_,
com.mojang.datafixers.DataFixer p_215779_1_,
java.lang.String p_215779_2_) |
WorldInfo |
SaveFormat.getWorldInfo(java.lang.String saveName) |
WorldInfo |
SaveHandler.loadWorldInfo() |
Modifier and Type | Method and Description |
---|---|
void |
SaveHandler.saveWorldInfo(WorldInfo worldInformation) |
void |
SaveHandler.saveWorldInfoWithPlayer(WorldInfo worldInformation,
CompoundNBT tagCompound) |
Constructor and Description |
---|
DerivedWorldInfo(WorldInfo worldInfoIn) |
WorldSummary(WorldInfo info,
java.lang.String fileNameIn,
java.lang.String displayNameIn,
long sizeOnDiskIn,
boolean requiresConversionIn) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
ForgeMod.getDataForWriting(SaveHandler handler,
WorldInfo info) |
void |
ForgeMod.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
WorldPersistenceHooks.WorldPersistenceHook.getDataForWriting(SaveHandler handler,
WorldInfo info) |
CompoundNBT |
FMLWorldPersistenceHook.getDataForWriting(SaveHandler handler,
WorldInfo info) |
static void |
WorldPersistenceHooks.handleWorldDataLoad(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
static void |
WorldPersistenceHooks.handleWorldDataSave(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
void |
WorldPersistenceHooks.WorldPersistenceHook.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |
void |
FMLWorldPersistenceHook.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |