public class InitNoiseGensEvent extends WorldEvent
WorldEvent.Load, WorldEvent.PotentialSpawns, WorldEvent.Save, WorldEvent.UnloadEvent.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, setResultpublic final Random rand
public final NoiseGeneratorOctaves[] originalNoiseGens
public NoiseGeneratorOctaves[] newNoiseGens
public InitNoiseGensEvent(World world, Random rand, NoiseGeneratorOctaves[] original)