public static class WorldTypeEvent.BiomeSize extends WorldTypeEvent
originalSize
the original size of the Biome. newSize
the new size of the biome. Initially set to the originalSize
. newSize
is set to a new value, that value will be used for the Biome size. Cancelable
.HasResult
MinecraftForge#TERRAIN_GEN_BUS
.WorldTypeEvent.BiomeSize, WorldTypeEvent.InitBiomeGens
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
int |
newSize |
int |
originalSize |
worldType
Constructor and Description |
---|
WorldTypeEvent.BiomeSize(WorldType worldType,
int original) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public WorldTypeEvent.BiomeSize(WorldType worldType, int original)