Package net.minecraft.src
Class WorldSettings
- java.lang.Object
-
- net.minecraft.src.WorldSettings
-
public final class WorldSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorldSettings(long var1, int var3, boolean var4, boolean var5, WorldType var6)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGameType()booleangetHardcoreEnabled()longgetSeed()WorldTypegetTerrainType()booleanisMapFeaturesEnabled()static intvalidGameType(int var0)WorldSettingswithGameType(int gameType)
-
-
-
Constructor Detail
-
WorldSettings
public WorldSettings(long var1, int var3, boolean var4, boolean var5, WorldType var6)
-
-
Method Detail
-
withGameType
public WorldSettings withGameType(int gameType)
-
getSeed
public long getSeed()
-
getGameType
public int getGameType()
-
getHardcoreEnabled
public boolean getHardcoreEnabled()
-
isMapFeaturesEnabled
public boolean isMapFeaturesEnabled()
-
getTerrainType
public WorldType getTerrainType()
-
validGameType
public static int validGameType(int var0)
-
-