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