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 |
java.util.Random |
rand |
world
Constructor and Description |
---|
InitNoiseGensEvent(World world,
java.util.Random rand,
NoiseGeneratorOctaves[] original) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setup
public final java.util.Random rand
public final NoiseGeneratorOctaves[] originalNoiseGens
public NoiseGeneratorOctaves[] newNoiseGens
public InitNoiseGensEvent(World world, java.util.Random rand, NoiseGeneratorOctaves[] original)