public class InitNoiseGensEvent<T extends InitNoiseGensEvent.Context> extends WorldEvent
Modifier and Type | Class and Description |
---|---|
static class |
InitNoiseGensEvent.Context |
static class |
InitNoiseGensEvent.ContextEnd |
static class |
InitNoiseGensEvent.ContextHell |
static class |
InitNoiseGensEvent.ContextOverworld |
WorldEvent.CreateSpawnPosition, WorldEvent.Load, WorldEvent.PotentialSpawns, WorldEvent.Save, WorldEvent.Unload
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private T |
newValues |
private T |
original |
private java.util.Random |
rand |
Constructor and Description |
---|
InitNoiseGensEvent(World world,
java.util.Random rand,
T original) |
Modifier and Type | Method and Description |
---|---|
T |
getNewValues() |
T |
getOriginal() |
java.util.Random |
getRandom() |
getWorld
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final java.util.Random rand
private final T extends InitNoiseGensEvent.Context original
private T extends InitNoiseGensEvent.Context newValues