public class InitNoiseGensEvent extends WorldEvent
WorldEvent.Load, WorldEvent.PotentialSpawns, WorldEvent.Save, WorldEvent.Unload
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
NoiseGeneratorOctaves[] |
newNoiseGens |
NoiseGeneratorOctaves[] |
originalNoiseGens |
Random |
rand |
world
Constructor and Description |
---|
InitNoiseGensEvent(World world,
Random rand,
NoiseGeneratorOctaves[] original) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final Random rand
public final NoiseGeneratorOctaves[] originalNoiseGens
public NoiseGeneratorOctaves[] newNoiseGens
public InitNoiseGensEvent(World world, Random rand, NoiseGeneratorOctaves[] original)