Modifier and Type | Method and Description |
---|---|
void |
Minecraft.launchIntegratedServer(java.lang.String folderName,
java.lang.String worldName,
WorldSettings worldSettingsIn) |
Constructor and Description |
---|
ClientWorld(ClientPlayNetHandler netHandler,
WorldSettings worldSettingsIn,
DimensionType dimType,
int viewDistance,
IProfiler profilerIn,
WorldRenderer worldRendererIn) |
Modifier and Type | Field and Description |
---|---|
static WorldSettings |
MinecraftServer.DEMO_WORLD_SETTINGS |
Modifier and Type | Method and Description |
---|---|
protected void |
MinecraftServer.loadWorlds(SaveHandler saveHandlerIn,
WorldInfo info,
WorldSettings worldSettingsIn,
IChunkStatusListener chunkStatusListenerIn) |
Modifier and Type | Field and Description |
---|---|
private WorldSettings |
IntegratedServer.worldSettings |
Constructor and Description |
---|
IntegratedServer(Minecraft mcIn,
java.lang.String worldName,
java.lang.String worldNameIn,
WorldSettings worldSettingsIn,
com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authServiceIn,
com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn,
com.mojang.authlib.GameProfileRepository profileRepositoryIn,
PlayerProfileCache profileCacheIn,
IChunkStatusListenerFactory listenerFactoryIn) |
Modifier and Type | Method and Description |
---|---|
WorldSettings |
WorldSettings.enableBonusChest() |
WorldSettings |
WorldSettings.enableCommands() |
WorldSettings |
WorldSettings.setGeneratorOptions(com.google.gson.JsonElement p_205390_1_) |
Modifier and Type | Method and Description |
---|---|
void |
ServerWorld.createSpawnPosition(WorldSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
WorldInfo.populateFromWorldSettings(WorldSettings settings) |
Constructor and Description |
---|
WorldInfo(WorldSettings settings,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.onCreateWorldSpawn(World world,
WorldSettings settings) |
Modifier and Type | Field and Description |
---|---|
private WorldSettings |
WorldEvent.CreateSpawnPosition.settings |
Modifier and Type | Method and Description |
---|---|
WorldSettings |
WorldEvent.CreateSpawnPosition.getSettings() |
Constructor and Description |
---|
CreateSpawnPosition(IWorld world,
WorldSettings settings) |