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.UnloadEvent.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() |
getWorldgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setupprivate final java.util.Random rand
private final T extends InitNoiseGensEvent.Context original
private T extends InitNoiseGensEvent.Context newValues