Modifier and Type | Method and Description |
---|---|
void |
Minecraft.launchIntegratedServer(java.lang.String folderName,
java.lang.String worldName,
WorldSettings worldSettingsIn) |
Constructor and Description |
---|
WorldClient(NetHandlerPlayClient netHandler,
WorldSettings settings,
int dimension,
EnumDifficulty difficulty,
Profiler profilerIn) |
Modifier and Type | Field and Description |
---|---|
private WorldSettings |
IntegratedServer.worldSettings |
Constructor and Description |
---|
IntegratedServer(Minecraft clientIn,
java.lang.String folderNameIn,
java.lang.String worldNameIn,
WorldSettings worldSettingsIn,
com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authServiceIn,
com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn,
com.mojang.authlib.GameProfileRepository profileRepoIn,
PlayerProfileCache profileCacheIn) |
Modifier and Type | Field and Description |
---|---|
static WorldSettings |
WorldServerDemo.DEMO_WORLD_SETTINGS |
Modifier and Type | Method and Description |
---|---|
WorldSettings |
WorldSettings.enableBonusChest() |
WorldSettings |
WorldSettings.enableCommands() |
WorldSettings |
WorldSettings.setGeneratorOptions(java.lang.String options) |
Modifier and Type | Method and Description |
---|---|
private void |
WorldServer.createSpawnPosition(WorldSettings settings) |
void |
World.initialize(WorldSettings settings) |
void |
WorldServer.initialize(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(World world,
WorldSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.startIntegratedServer(java.lang.String id,
java.lang.String name,
WorldSettings settings) |