public class ModernBetaWorldType
extends net.minecraft.world.WorldType
| Modifier and Type | Field and Description |
|---|---|
static ModernBetaWorldType |
INSTANCE |
| Constructor and Description |
|---|
ModernBetaWorldType(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.biome.BiomeProvider |
getBiomeProvider(net.minecraft.world.World world) |
net.minecraft.world.gen.IChunkGenerator |
getChunkGenerator(net.minecraft.world.World world,
java.lang.String generatorOptions) |
float |
getCloudHeight() |
double |
getHorizon(net.minecraft.world.World world) |
int |
getSpawnFuzz(net.minecraft.world.WorldServer world,
net.minecraft.server.MinecraftServer server) |
boolean |
handleSlimeSpawnReduction(java.util.Random random,
net.minecraft.world.World world) |
boolean |
isCustomizable() |
void |
onCustomizeButton(net.minecraft.client.Minecraft minecraft,
net.minecraft.client.gui.GuiCreateWorld guiCreateWorld) |
static void |
register() |
void |
setCloudHeight(int cloudHeight) |
byName, canBeCreated, enableInfoNotice, getBiomeLayer, getId, getInfoTranslationKey, getMinimumSpawnHeight, getName, getTranslationKey, getVersion, getWorldTypeForGeneratorVersion, hasInfoNotice, isVersioned, onGUICreateWorldPress, voidFadeMagnitudepublic static final ModernBetaWorldType INSTANCE
public static void register()
public boolean isCustomizable()
isCustomizable in class net.minecraft.world.WorldTypepublic float getCloudHeight()
getCloudHeight in class net.minecraft.world.WorldTypepublic double getHorizon(net.minecraft.world.World world)
getHorizon in class net.minecraft.world.WorldTypepublic boolean handleSlimeSpawnReduction(java.util.Random random,
net.minecraft.world.World world)
handleSlimeSpawnReduction in class net.minecraft.world.WorldTypepublic net.minecraft.world.gen.IChunkGenerator getChunkGenerator(net.minecraft.world.World world,
java.lang.String generatorOptions)
getChunkGenerator in class net.minecraft.world.WorldTypepublic net.minecraft.world.biome.BiomeProvider getBiomeProvider(net.minecraft.world.World world)
getBiomeProvider in class net.minecraft.world.WorldTypepublic int getSpawnFuzz(net.minecraft.world.WorldServer world,
net.minecraft.server.MinecraftServer server)
getSpawnFuzz in class net.minecraft.world.WorldTypepublic void onCustomizeButton(net.minecraft.client.Minecraft minecraft,
net.minecraft.client.gui.GuiCreateWorld guiCreateWorld)
onCustomizeButton in class net.minecraft.world.WorldTypepublic void setCloudHeight(int cloudHeight)