public interface IWorldGen
Modifier and Type | Interface and Description |
---|---|
static class |
IWorldGen.WorldGenType |
Modifier and Type | Method and Description |
---|---|
void |
disableWorldGenForDimension(IWorldGen.WorldGenType type,
int dimID) |
void |
disableWorldGenForProviderID(IWorldGen.WorldGenType type,
java.lang.Class<? extends net.minecraft.world.WorldProvider> provider) |
void |
enableWorldGenForDimension(IWorldGen.WorldGenType type,
int dimID) |
boolean |
isWorldGenEnabled(IWorldGen.WorldGenType type,
net.minecraft.world.World w) |
void disableWorldGenForProviderID(IWorldGen.WorldGenType type, java.lang.Class<? extends net.minecraft.world.WorldProvider> provider)
void enableWorldGenForDimension(IWorldGen.WorldGenType type, int dimID)
void disableWorldGenForDimension(IWorldGen.WorldGenType type, int dimID)
boolean isWorldGenEnabled(IWorldGen.WorldGenType type, net.minecraft.world.World w)