net.minecraft.world

public final class WorldSettings

amx
net.minecraft.class_1156
net.minecraft.world.WorldSettings
net.minecraft.world.WorldSettings
net.minecraft.world.WorldSettings

Field summary

Modifier and TypeField
private final long
a
field_4565
seed
field_77174_a
seed
private final GameMode
b
field_4566
gameMode
field_77172_b
gameType
private final boolean
c
field_4567
generateStructures
field_77173_c
mapFeaturesEnabled
private final boolean
d
field_4568
hardcore
field_77170_d
hardcoreEnabled
private final WorldGeneratorType
e
field_4569
generatorType
field_77171_e
terrainType
private boolean
f
field_4570
allowCommands
field_77168_f
commandsAllowed
private boolean
g
field_4571
generateBonusChest
field_77169_g
bonusChestEnabled
private String
h
field_5469
generatorOptions
field_82751_h
generatorOptions

Constructor summary

ModifierConstructor
public (long seed, GameMode gameMode, boolean allowStructures, boolean hardcore, WorldGeneratorType generatorType)
public (WorldData data)

Method summary

Modifier and TypeMethod
public WorldSettings
a()
method_3753()
enableBonusChest()
func_77159_a()
enableBonusChest()
public WorldSettings
a(String arg0)
method_4694(String arg0)
setGeneratorOptions(String generatorOptions)
func_82750_a(String arg0)
setGeneratorOptions(String options)
public boolean
c()
method_3756()
generateBonusChest()
func_77167_c()
isBonusChestEnabled()
public long
d()
method_3757()
getSeed()
func_77160_d()
getSeed()
public GameMode
e()
method_3758()
getGameMode()
func_77162_e()
getGameType()
public boolean
f()
method_3759()
isHardcore()
func_77158_f()
getHardcoreEnabled()
public boolean
g()
method_3760()
allowStructures()
func_77164_g()
isMapFeaturesEnabled()
public WorldGeneratorType
h()
method_3761()
getGeneratorType()
func_77165_h()
getTerrainType()
public boolean
i()
method_3762()
allowCommands()
func_77163_i()
areCommandsAllowed()
public static GameMode
a(int arg0)
method_3754(int arg0)
getGameMode(int index)
func_77161_a(int arg0)
getGameTypeById(int id)
public String
j()
method_4695()
getGeneratorOptions()
func_82749_j()
getGeneratorOptions()
public WorldSettings
b()
method_3755()
enableCommands()
func_77166_b()
enableCommands()