@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public interface ICubicWorldType
| Modifier and Type | Method and Description |
|---|---|
IntRange |
calculateGenerationHeightRange(net.minecraft.world.WorldServer world) |
ICubeGenerator |
createCubeGenerator(net.minecraft.world.World world) |
boolean |
hasCubicGeneratorForWorld(net.minecraft.world.World object) |
@Nullable ICubeGenerator createCubeGenerator(net.minecraft.world.World world)
IntRange calculateGenerationHeightRange(net.minecraft.world.WorldServer world)
boolean hasCubicGeneratorForWorld(net.minecraft.world.World object)