@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault public class VanillaCubicWorldType extends net.minecraft.world.WorldType implements ICubicWorldType
| Modifier and Type | Method and Description |
|---|---|
IntRange |
calculateGenerationHeightRange(net.minecraft.world.WorldServer world) |
boolean |
canBeCreated() |
static VanillaCubicWorldType |
create() |
ICubeGenerator |
createCubeGenerator(net.minecraft.world.World world) |
boolean |
hasCubicGeneratorForWorld(net.minecraft.world.World object) |
byName, getBiomeLayer, getBiomeProvider, getChunkGenerator, getCloudHeight, getHorizon, getId, getInfoTranslationKey, getMinimumSpawnHeight, getName, getSpawnFuzz, getTranslationKey, getVersion, getWorldTypeForGeneratorVersion, handleSlimeSpawnReduction, hasInfoNotice, isCustomizable, isVersioned, onCustomizeButton, onGUICreateWorldPress, voidFadeMagnitudepublic static VanillaCubicWorldType create()
public boolean canBeCreated()
canBeCreated in class net.minecraft.world.WorldType@Nullable public ICubeGenerator createCubeGenerator(net.minecraft.world.World world)
createCubeGenerator in interface ICubicWorldTypepublic IntRange calculateGenerationHeightRange(net.minecraft.world.WorldServer world)
calculateGenerationHeightRange in interface ICubicWorldTypepublic boolean hasCubicGeneratorForWorld(net.minecraft.world.World object)
hasCubicGeneratorForWorld in interface ICubicWorldType