net.minecraftforge.event.terraingen
Class DecorateBiomeEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.terraingen.DecorateBiomeEvent
Direct Known Subclasses:
DecorateBiomeEvent.Decorate, DecorateBiomeEvent.Post, DecorateBiomeEvent.Pre

public class DecorateBiomeEvent
extends Event


Nested Class Summary
static class DecorateBiomeEvent.Decorate
          This event is fired when a chunk is decorated with a biome feature.
static class DecorateBiomeEvent.Post
           
static class DecorateBiomeEvent.Pre
           
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 int chunkX
           
 int chunkZ
           
 Random rand
           
 World world
           
 
Constructor Summary
DecorateBiomeEvent(World world, Random rand, int worldX, int worldZ)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

world

public final World world

rand

public final Random rand

chunkX

public final int chunkX

chunkZ

public final int chunkZ
Constructor Detail

DecorateBiomeEvent

public DecorateBiomeEvent(World world,
                          Random rand,
                          int worldX,
                          int worldZ)