From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../event/terraingen/BiomeEvent.BiomeColor.html | 336 +++++++++++++++ .../terraingen/BiomeEvent.CreateDecorator.html | 339 +++++++++++++++ .../terraingen/BiomeEvent.GetFoliageColor.html | 299 +++++++++++++ .../event/terraingen/BiomeEvent.GetGrassColor.html | 299 +++++++++++++ .../terraingen/BiomeEvent.GetVillageBlockID.html | 346 +++++++++++++++ .../terraingen/BiomeEvent.GetVillageBlockMeta.html | 346 +++++++++++++++ .../event/terraingen/BiomeEvent.GetWaterColor.html | 299 +++++++++++++ .../event/terraingen/BiomeEvent.html | 353 +++++++++++++++ .../ChunkProviderEvent.InitNoiseField.html | 407 ++++++++++++++++++ .../ChunkProviderEvent.ReplaceBiomeBlocks.html | 443 +++++++++++++++++++ .../event/terraingen/ChunkProviderEvent.html | 313 ++++++++++++++ .../DecorateBiomeEvent.Decorate.EventType.html | 478 +++++++++++++++++++++ .../terraingen/DecorateBiomeEvent.Decorate.html | 336 +++++++++++++++ .../event/terraingen/DecorateBiomeEvent.Post.html | 291 +++++++++++++ .../event/terraingen/DecorateBiomeEvent.Pre.html | 291 +++++++++++++ .../event/terraingen/DecorateBiomeEvent.html | 378 ++++++++++++++++ .../event/terraingen/DeferredBiomeDecorator.html | 306 +++++++++++++ .../terraingen/InitMapGenEvent.EventType.html | 406 +++++++++++++++++ .../event/terraingen/InitMapGenEvent.html | 294 +++++++++++++ .../event/terraingen/InitNoiseGensEvent.html | 338 +++++++++++++++ .../OreGenEvent.GenerateMinable.EventType.html | 417 ++++++++++++++++++ .../terraingen/OreGenEvent.GenerateMinable.html | 359 ++++++++++++++++ .../event/terraingen/OreGenEvent.Post.html | 299 +++++++++++++ .../event/terraingen/OreGenEvent.Pre.html | 299 +++++++++++++ .../event/terraingen/OreGenEvent.html | 390 +++++++++++++++++ .../PopulateChunkEvent.Populate.EventType.html | 406 +++++++++++++++++ .../terraingen/PopulateChunkEvent.Populate.html | 370 ++++++++++++++++ .../event/terraingen/PopulateChunkEvent.Post.html | 324 ++++++++++++++ .../event/terraingen/PopulateChunkEvent.Pre.html | 324 ++++++++++++++ .../event/terraingen/PopulateChunkEvent.html | 422 ++++++++++++++++++ .../event/terraingen/SaplingGrowTreeEvent.html | 370 ++++++++++++++++ .../event/terraingen/TerrainGen.html | 363 ++++++++++++++++ .../event/terraingen/WorldTypeEvent.BiomeSize.html | 340 +++++++++++++++ .../terraingen/WorldTypeEvent.InitBiomeGens.html | 356 +++++++++++++++ .../event/terraingen/WorldTypeEvent.html | 323 ++++++++++++++ .../event/terraingen/package-frame.html | 56 +++ .../event/terraingen/package-summary.html | 409 ++++++++++++++++++ .../event/terraingen/package-tree.html | 204 +++++++++ 38 files changed, 12929 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/TerrainGen.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/package-frame.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/package-summary.html create mode 100644 javadoc/net/minecraftforge/event/terraingen/package-tree.html (limited to 'javadoc/net/minecraftforge/event/terraingen') diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html new file mode 100644 index 0000000..13e62af --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html @@ -0,0 +1,336 @@ + + + + + +BiomeEvent.BiomeColor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.BiomeColor

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        originalColor

        +
        public final int originalColor
        +
      • +
      + + + +
        +
      • +

        newColor

        +
        public int newColor
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.BiomeColor

        +
        public BiomeEvent.BiomeColor(BiomeGenBase biome,
        +                     int original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html new file mode 100644 index 0000000..2aa2e91 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html @@ -0,0 +1,339 @@ + + + + + +BiomeEvent.CreateDecorator (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.CreateDecorator

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.CreateDecorator
    +extends BiomeEvent
    +
    CreateDecorator is fired when a BiomeDecorator is created.
    + This event is fired whenever a BiomeDecorator is created in + DeferredBiomeDecorator#fireCreateEventAndReplace(BiomeGenBase).
    +
    + originalBiomeDecorator contains the original BiomeDecorator that would be used in vanilla. + newBiomeDecorator contains the new BiomeDecoration to be used by Minecraft. +
    + This event is not Cancelable. +
    + This event does not have a result. Event.HasResult +
    + This event is fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html new file mode 100644 index 0000000..c63dcf6 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html @@ -0,0 +1,299 @@ + + + + + +BiomeEvent.GetFoliageColor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.GetFoliageColor

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.GetFoliageColor
    +extends BiomeEvent.BiomeColor
    +
    This event is fired when a biome is queried for its grass color.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.GetFoliageColor

        +
        public BiomeEvent.GetFoliageColor(BiomeGenBase biome,
        +                          int original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html new file mode 100644 index 0000000..e5459db --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html @@ -0,0 +1,299 @@ + + + + + +BiomeEvent.GetGrassColor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.GetGrassColor

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.GetGrassColor
    +extends BiomeEvent.BiomeColor
    +
    This event is fired when a biome is queried for its grass color.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.GetGrassColor

        +
        public BiomeEvent.GetGrassColor(BiomeGenBase biome,
        +                        int original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html new file mode 100644 index 0000000..c412133 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html @@ -0,0 +1,346 @@ + + + + + +BiomeEvent.GetVillageBlockID (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.GetVillageBlockID

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.GetVillageBlockID
    +extends BiomeEvent
    +
    This event is fired when the village generator attempts to choose a block ID + based on the village's biome. + + You can cancel the event to override default values
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        original

        +
        public final Block original
        +
      • +
      + + + +
        +
      • +

        type

        +
        public final int type
        +
      • +
      + + + +
        +
      • +

        replacement

        +
        public Block replacement
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.GetVillageBlockID

        +
        public BiomeEvent.GetVillageBlockID(BiomeGenBase biome,
        +                            Block original,
        +                            int type)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html new file mode 100644 index 0000000..a12c681 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html @@ -0,0 +1,346 @@ + + + + + +BiomeEvent.GetVillageBlockMeta (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.GetVillageBlockMeta

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.GetVillageBlockMeta
    +extends BiomeEvent
    +
    This event is fired when the village generator attempts to choose a block + metadata based on the village's biome. + + You can set the result to DENY to prevent the default block metadata selection.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        original

        +
        public final Block original
        +
      • +
      + + + +
        +
      • +

        type

        +
        public final int type
        +
      • +
      + + + +
        +
      • +

        replacement

        +
        public int replacement
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.GetVillageBlockMeta

        +
        public BiomeEvent.GetVillageBlockMeta(BiomeGenBase biome,
        +                              Block original,
        +                              int type)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html new file mode 100644 index 0000000..0097695 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html @@ -0,0 +1,299 @@ + + + + + +BiomeEvent.GetWaterColor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent.GetWaterColor

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeEvent
    +
    +
    +
    +
    public static class BiomeEvent.GetWaterColor
    +extends BiomeEvent.BiomeColor
    +
    This event is fired when a biome is queried for its water color.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeEvent.GetWaterColor

        +
        public BiomeEvent.GetWaterColor(BiomeGenBase biome,
        +                        int original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html new file mode 100644 index 0000000..e09fa79 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html @@ -0,0 +1,353 @@ + + + + + +BiomeEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class BiomeEvent

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html new file mode 100644 index 0000000..70fd73b --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html @@ -0,0 +1,407 @@ + + + + + +ChunkProviderEvent.InitNoiseField (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class ChunkProviderEvent.InitNoiseField

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    ChunkProviderEvent
    +
    +
    +
    +
    public static class ChunkProviderEvent.InitNoiseField
    +extends ChunkProviderEvent
    +
    This event is fired before a chunks terrain noise field is initialized. + + You can set the result to DENY to substitute your own noise field.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        noisefield

        +
        public double[] noisefield
        +
      • +
      + + + +
        +
      • +

        posX

        +
        public final int posX
        +
      • +
      + + + +
        +
      • +

        posY

        +
        public final int posY
        +
      • +
      + + + +
        +
      • +

        posZ

        +
        public final int posZ
        +
      • +
      + + + +
        +
      • +

        sizeX

        +
        public final int sizeX
        +
      • +
      + + + +
        +
      • +

        sizeY

        +
        public final int sizeY
        +
      • +
      + + + +
        +
      • +

        sizeZ

        +
        public final int sizeZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkProviderEvent.InitNoiseField

        +
        public ChunkProviderEvent.InitNoiseField(IChunkProvider chunkProvider,
        +                                 double[] noisefield,
        +                                 int posX,
        +                                 int posY,
        +                                 int posZ,
        +                                 int sizeX,
        +                                 int sizeY,
        +                                 int sizeZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html new file mode 100644 index 0000000..49bbc22 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html @@ -0,0 +1,443 @@ + + + + + +ChunkProviderEvent.ReplaceBiomeBlocks (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class ChunkProviderEvent.ReplaceBiomeBlocks

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    ChunkProviderEvent
    +
    +
    +
    +
    public static class ChunkProviderEvent.ReplaceBiomeBlocks
    +extends ChunkProviderEvent
    +
    This event is fired when a chunks blocks are replaced by a biomes top and + filler blocks. + + You can set the result to DENY to prevent the default replacement.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        chunkX

        +
        public final int chunkX
        +
      • +
      + + + +
        +
      • +

        chunkZ

        +
        public final int chunkZ
        +
      • +
      + + + +
        +
      • +

        blockArray

        +
        public final Block[] blockArray
        +
      • +
      + + + +
        +
      • +

        metaArray

        +
        public final byte[] metaArray
        +
      • +
      + + + + + + + +
        +
      • +

        world

        +
        public final World world
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkProviderEvent.ReplaceBiomeBlocks

        +
        @Deprecated
        +public ChunkProviderEvent.ReplaceBiomeBlocks(IChunkProvider chunkProvider,
        +                                                int chunkX,
        +                                                int chunkZ,
        +                                                Block[] blockArray,
        +                                                BiomeGenBase[] biomeArray)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        ChunkProviderEvent.ReplaceBiomeBlocks

        +
        @Deprecated
        +public ChunkProviderEvent.ReplaceBiomeBlocks(IChunkProvider chunkProvider,
        +                                                int chunkX,
        +                                                int chunkZ,
        +                                                Block[] blockArray,
        +                                                byte[] metaArray,
        +                                                BiomeGenBase[] biomeArray)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        ChunkProviderEvent.ReplaceBiomeBlocks

        +
        public ChunkProviderEvent.ReplaceBiomeBlocks(IChunkProvider chunkProvider,
        +                                     int chunkX,
        +                                     int chunkZ,
        +                                     Block[] blockArray,
        +                                     byte[] metaArray,
        +                                     BiomeGenBase[] biomeArray,
        +                                     World world)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html new file mode 100644 index 0000000..166ffa7 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html @@ -0,0 +1,313 @@ + + + + + +ChunkProviderEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class ChunkProviderEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkProviderEvent

        +
        public ChunkProviderEvent(IChunkProvider chunkProvider)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html new file mode 100644 index 0000000..b2e44a5 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html @@ -0,0 +1,478 @@ + + + + + +DecorateBiomeEvent.Decorate.EventType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Enum DecorateBiomeEvent.Decorate.EventType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html new file mode 100644 index 0000000..fe8b32b --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html @@ -0,0 +1,336 @@ + + + + + +DecorateBiomeEvent.Decorate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class DecorateBiomeEvent.Decorate

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    DecorateBiomeEvent
    +
    +
    +
    +
    public static class DecorateBiomeEvent.Decorate
    +extends DecorateBiomeEvent
    +
    This event is fired when a chunk is decorated with a biome feature. + + You can set the result to DENY to prevent the default biome decoration.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html new file mode 100644 index 0000000..390dc81 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html @@ -0,0 +1,291 @@ + + + + + +DecorateBiomeEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class DecorateBiomeEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    DecorateBiomeEvent
    +
    +
    +
    +
    public static class DecorateBiomeEvent.Post
    +extends DecorateBiomeEvent
    +
    This event is fired after a chunk is decorated with a biome feature.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DecorateBiomeEvent.Post

        +
        public DecorateBiomeEvent.Post(World world,
        +                       java.util.Random rand,
        +                       int worldX,
        +                       int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html new file mode 100644 index 0000000..16fe477 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html @@ -0,0 +1,291 @@ + + + + + +DecorateBiomeEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class DecorateBiomeEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    DecorateBiomeEvent
    +
    +
    +
    +
    public static class DecorateBiomeEvent.Pre
    +extends DecorateBiomeEvent
    +
    This event is fired before a chunk is decorated with a biome feature.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DecorateBiomeEvent.Pre

        +
        public DecorateBiomeEvent.Pre(World world,
        +                      java.util.Random rand,
        +                      int worldX,
        +                      int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html new file mode 100644 index 0000000..d084fe7 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html @@ -0,0 +1,378 @@ + + + + + +DecorateBiomeEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class DecorateBiomeEvent

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    DecorateBiomeEvent.Decorate, DecorateBiomeEvent.Post, DecorateBiomeEvent.Pre
    +
    +
    +
    +
    public class DecorateBiomeEvent
    +extends Event
    +
    DecorateBiomeEvent is fired when a BiomeDecorator is created. +
    + This event is fired whenever a BiomeDecorator is created in + DeferredBiomeDecorator#fireCreateEventAndReplace(BiomeGenBase).
    +
    + world contains the world that is being decorated.
    + rand contains an instane of Random to be used.
    + chunkX contains the x-coordinate of the Chunk being decorated.
    + chunkZ contains the z-coordinate of the Chunk being decorated.
    +
    + This event is not Cancelable. +
    + This event does not have a result. Event.HasResult +
    + This event is fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        world

        +
        public final World world
        +
      • +
      + + + +
        +
      • +

        rand

        +
        public final java.util.Random rand
        +
      • +
      + + + +
        +
      • +

        chunkX

        +
        public final int chunkX
        +
      • +
      + + + +
        +
      • +

        chunkZ

        +
        public final int chunkZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DecorateBiomeEvent

        +
        public DecorateBiomeEvent(World world,
        +                  java.util.Random rand,
        +                  int worldX,
        +                  int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html b/javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html new file mode 100644 index 0000000..d37b528 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html @@ -0,0 +1,306 @@ + + + + + +DeferredBiomeDecorator (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class DeferredBiomeDecorator

+
+
+ +
+
    +
  • +
    +
    +
    public class DeferredBiomeDecorator
    +extends BiomeDecorator
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DeferredBiomeDecorator

        +
        public DeferredBiomeDecorator(BiomeDecorator wrappedOriginal)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        fireCreateEventAndReplace

        +
        public void fireCreateEventAndReplace(BiomeGenBase biome)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html b/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html new file mode 100644 index 0000000..c937412 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html @@ -0,0 +1,406 @@ + + + + + +InitMapGenEvent.EventType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Enum InitMapGenEvent.EventType

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static InitMapGenEvent.EventTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static InitMapGenEvent.EventType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static InitMapGenEvent.EventType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (InitMapGenEvent.EventType c : InitMapGenEvent.EventType.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static InitMapGenEvent.EventType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html b/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html new file mode 100644 index 0000000..dd65b80 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html @@ -0,0 +1,294 @@ + + + + + +InitMapGenEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class InitMapGenEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class InitMapGenEvent
    +extends Event
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html b/javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html new file mode 100644 index 0000000..92aeb77 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html @@ -0,0 +1,338 @@ + + + + + +InitNoiseGensEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class InitNoiseGensEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class InitNoiseGensEvent
    +extends WorldEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        rand

        +
        public final java.util.Random rand
        +
      • +
      + + + +
        +
      • +

        originalNoiseGens

        +
        public final NoiseGenerator[] originalNoiseGens
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InitNoiseGensEvent

        +
        public InitNoiseGensEvent(World world,
        +                  java.util.Random rand,
        +                  NoiseGenerator[] original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html new file mode 100644 index 0000000..6a58d08 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html @@ -0,0 +1,417 @@ + + + + + +OreGenEvent.GenerateMinable.EventType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Enum OreGenEvent.GenerateMinable.EventType

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static OreGenEvent.GenerateMinable.EventTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static OreGenEvent.GenerateMinable.EventType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html new file mode 100644 index 0000000..d5c53a4 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html @@ -0,0 +1,359 @@ + + + + + +OreGenEvent.GenerateMinable (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class OreGenEvent.GenerateMinable

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    OreGenEvent
    +
    +
    +
    +
    public static class OreGenEvent.GenerateMinable
    +extends OreGenEvent
    +
    GenerateMinable is fired when a mineable block is generated in a chunk.
    + This event is fired just after ore generation in + BiomeDecorator#generateOres().
    +
    + type contains the enum value for the Ore attempting to be generated.
    + generator contains the WorldGenerator generating this ore.
    +
    + This event is not Cancelable.
    +
    + This event has a result. Event.HasResult
    + This result determines whether the ore is allowed to be generated.
    +
    + This event is fired on the MinecraftForge#ORE_GEN_BUS.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html new file mode 100644 index 0000000..d7ed393 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html @@ -0,0 +1,299 @@ + + + + + +OreGenEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class OreGenEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    OreGenEvent
    +
    +
    +
    +
    public static class OreGenEvent.Post
    +extends OreGenEvent
    +
    OreGenEvent.Post is fired just after a chunk is populated with ores.
    + This event is fired just after ore generation in + BiomeDecorator#generateOres().
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. Event.HasResult
    +
    + This event is fired on the MinecraftForge#ORE_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OreGenEvent.Post

        +
        public OreGenEvent.Post(World world,
        +                java.util.Random rand,
        +                int worldX,
        +                int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html new file mode 100644 index 0000000..c4288c0 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html @@ -0,0 +1,299 @@ + + + + + +OreGenEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class OreGenEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    OreGenEvent
    +
    +
    +
    +
    public static class OreGenEvent.Pre
    +extends OreGenEvent
    +
    OreGenEvent.Pre is fired just before a chunk is populated with ores.
    + This event is fired just before ore generation in + BiomeDecorator#generateOres().
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. Event.HasResult
    +
    + This event is fired on the MinecraftForge#ORE_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OreGenEvent.Pre

        +
        public OreGenEvent.Pre(World world,
        +               java.util.Random rand,
        +               int worldX,
        +               int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html new file mode 100644 index 0000000..847584b --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html @@ -0,0 +1,390 @@ + + + + + +OreGenEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class OreGenEvent

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    OreGenEvent.GenerateMinable, OreGenEvent.Post, OreGenEvent.Pre
    +
    +
    +
    +
    public class OreGenEvent
    +extends Event
    +
    OreGenEvent is fired when an event involving ore generation occurs.
    + If a method utilizes this Event as its parameter, the method will + receive every child event of this class.
    +
    + world contains the world this event is occurring in.
    + rand contains an instance of random that can be used in this event.
    + worldX contains the x-coordinate of the block position currently being populated with ores.
    + worldZ contains the z-coordinate of the block position currently being populated with ores.
    +
    + All children of this event are fired on the MinecraftForge#ORE_GEN_BUS.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class OreGenEvent.GenerateMinable +
      GenerateMinable is fired when a mineable block is generated in a chunk.
      + This event is fired just after ore generation in + BiomeDecorator#generateOres().
      +
      + OreGenEvent.GenerateMinable.type contains the enum value for the Ore attempting to be generated.
      + OreGenEvent.GenerateMinable.generator contains the WorldGenerator generating this ore.
      +
      static class OreGenEvent.Post +
      OreGenEvent.Post is fired just after a chunk is populated with ores.
      + This event is fired just after ore generation in + BiomeDecorator#generateOres().
      +
      + This event is not Cancelable.
      +
      + This event does not have a result.
      +
      static class OreGenEvent.Pre +
      OreGenEvent.Pre is fired just before a chunk is populated with ores.
      + This event is fired just before ore generation in + BiomeDecorator#generateOres().
      +
      + This event is not Cancelable.
      +
      + This event does not have a result.
      +
      + +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.util.Randomrand 
      Worldworld 
      intworldX 
      intworldZ 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      OreGenEvent(World world, + java.util.Random rand, + int worldX, + int worldZ) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        world

        +
        public final World world
        +
      • +
      + + + +
        +
      • +

        rand

        +
        public final java.util.Random rand
        +
      • +
      + + + +
        +
      • +

        worldX

        +
        public final int worldX
        +
      • +
      + + + +
        +
      • +

        worldZ

        +
        public final int worldZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OreGenEvent

        +
        public OreGenEvent(World world,
        +           java.util.Random rand,
        +           int worldX,
        +           int worldZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html new file mode 100644 index 0000000..73aedbb --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html @@ -0,0 +1,406 @@ + + + + + +PopulateChunkEvent.Populate.EventType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Enum PopulateChunkEvent.Populate.EventType

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static PopulateChunkEvent.Populate.EventTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static PopulateChunkEvent.Populate.EventType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html new file mode 100644 index 0000000..3a93c56 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html @@ -0,0 +1,370 @@ + + + + + +PopulateChunkEvent.Populate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class PopulateChunkEvent.Populate

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PopulateChunkEvent
    +
    +
    +
    +
    public static class PopulateChunkEvent.Populate
    +extends PopulateChunkEvent
    +
    PopulateChunkEvent.Populate is fired when a chunk is populated with a terrain feature.
    + This event is fired during terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
    +
    + type contains the enum value for the terrain feature being generated.
    +
    + This event is not Cancelable.
    +
    + This event has a result. Event.HasResult
    + This result determines if the chunk is populated with the terrain feature.
    +
    + This event is fired on the MinecraftForge#EVENT_BUS.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html new file mode 100644 index 0000000..e33fdf6 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html @@ -0,0 +1,324 @@ + + + + + +PopulateChunkEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class PopulateChunkEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PopulateChunkEvent
    +
    +
    +
    +
    public static class PopulateChunkEvent.Post
    +extends PopulateChunkEvent
    +
    PopulateChunkEvent.Post is fired just after a chunk is populated with a terrain feature.
    + This event is fired just after terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. Event.HasResult
    +
    + This event is fired on the MinecraftForge#EVENT_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PopulateChunkEvent.Post

        +
        public PopulateChunkEvent.Post(IChunkProvider chunkProvider,
        +                       World world,
        +                       java.util.Random rand,
        +                       int chunkX,
        +                       int chunkZ,
        +                       boolean hasVillageGenerated)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html new file mode 100644 index 0000000..ec91d3e --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html @@ -0,0 +1,324 @@ + + + + + +PopulateChunkEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class PopulateChunkEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PopulateChunkEvent
    +
    +
    +
    +
    public static class PopulateChunkEvent.Pre
    +extends PopulateChunkEvent
    +
    PopulateChunkEvent.Pre is fired just before a chunk is populated a terrain feature.
    + This event is fired just before terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. Event.HasResult
    +
    + This event is fired on the MinecraftForge#EVENT_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PopulateChunkEvent.Pre

        +
        public PopulateChunkEvent.Pre(IChunkProvider chunkProvider,
        +                      World world,
        +                      java.util.Random rand,
        +                      int chunkX,
        +                      int chunkZ,
        +                      boolean hasVillageGenerated)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html new file mode 100644 index 0000000..c8fc9b6 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html @@ -0,0 +1,422 @@ + + + + + +PopulateChunkEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class PopulateChunkEvent

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    PopulateChunkEvent.Populate, PopulateChunkEvent.Post, PopulateChunkEvent.Pre
    +
    +
    +
    +
    public class PopulateChunkEvent
    +extends ChunkProviderEvent
    +
    PopulateChunkEvent is fired when an event involving chunk terrain feature population occurs.
    + If a method utilizes this Event as its parameter, the method will + receive every child event of this class.
    +
    + world contains the world this event is occurring in.
    + rand contains an instance of random that can be used in this event.
    + chunkX contains the x-coordinate of the chunk currently being populated with a terrain feature.
    + chunkZ contains the z-coordinate of the chunk currently being populated with ores.
    + hasVillageGenerated contains the boolean value stating if the chunk already has a village spawned in it.
    +
    + All children of this event are fired on the MinecraftForge#EVENT_BUS, except PopulateChunkEvent.Populate, which fires on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class PopulateChunkEvent.Populate +
      PopulateChunkEvent.Populate is fired when a chunk is populated with a terrain feature.
      + This event is fired during terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
      +
      static class PopulateChunkEvent.Post +
      PopulateChunkEvent.Post is fired just after a chunk is populated with a terrain feature.
      + This event is fired just after terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
      +
      static class PopulateChunkEvent.Pre +
      PopulateChunkEvent.Pre is fired just before a chunk is populated a terrain feature.
      + This event is fired just before terrain feature generation in + ChunkProviderEnd#populate(IChunkProvider, int, int), + ChunkProviderGenerate#populate(IChunkProvider, int, int), + and ChunkProviderHell#populate(IChunkProvider, int, int).
      +
      + + +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PopulateChunkEvent(IChunkProvider chunkProvider, + World world, + java.util.Random rand, + int chunkX, + int chunkZ, + boolean hasVillageGenerated) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        world

        +
        public final World world
        +
      • +
      + + + +
        +
      • +

        rand

        +
        public final java.util.Random rand
        +
      • +
      + + + +
        +
      • +

        chunkX

        +
        public final int chunkX
        +
      • +
      + + + +
        +
      • +

        chunkZ

        +
        public final int chunkZ
        +
      • +
      + + + +
        +
      • +

        hasVillageGenerated

        +
        public final boolean hasVillageGenerated
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PopulateChunkEvent

        +
        public PopulateChunkEvent(IChunkProvider chunkProvider,
        +                  World world,
        +                  java.util.Random rand,
        +                  int chunkX,
        +                  int chunkZ,
        +                  boolean hasVillageGenerated)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html b/javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html new file mode 100644 index 0000000..bb05a5a --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html @@ -0,0 +1,370 @@ + + + + + +SaplingGrowTreeEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class SaplingGrowTreeEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SaplingGrowTreeEvent
    +extends WorldEvent
    +
    SaplingGrowTreeEvent is fired when a spling grows into a tree.
    + This event is fired during sapling growth in + BlockSapling#func_149878_d(World, int, int, int, Random).
    +
    + x contains the x-coordinate of the growing sapling.
    + y contains the y-coordinate of the growing sapling.
    + z contains the z-coordinate of the growing sapling.
    + rand contains an instance of Random for use.
    +
    + This event is not Cancelable.
    +
    + This event has a result. Event.HasResult
    + This result determines if the sapling is allowed to grow.
    +
    + This event is fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x

        +
        public final int x
        +
      • +
      + + + +
        +
      • +

        y

        +
        public final int y
        +
      • +
      + + + +
        +
      • +

        z

        +
        public final int z
        +
      • +
      + + + +
        +
      • +

        rand

        +
        public final java.util.Random rand
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SaplingGrowTreeEvent

        +
        public SaplingGrowTreeEvent(World world,
        +                    java.util.Random rand,
        +                    int x,
        +                    int y,
        +                    int z)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/TerrainGen.html b/javadoc/net/minecraftforge/event/terraingen/TerrainGen.html new file mode 100644 index 0000000..fc64d96 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/TerrainGen.html @@ -0,0 +1,363 @@ + + + + + +TerrainGen (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class TerrainGen

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class TerrainGen
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html new file mode 100644 index 0000000..e4c4214 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html @@ -0,0 +1,340 @@ + + + + + +WorldTypeEvent.BiomeSize (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class WorldTypeEvent.BiomeSize

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    WorldTypeEvent
    +
    +
    +
    +
    public static class WorldTypeEvent.BiomeSize
    +extends WorldTypeEvent
    +
    BiomeSize is fired when vanilla Minecraft attempts to generate biomes.
    + This event is fired during biome generation in + GenLayer#initializeAllBiomeGenerators(long, WorldType).
    +
    + originalSize the original size of the Biome.
    + newSize the new size of the biome. Initially set to the originalSize.
    + If newSize is set to a new value, that value will be used for the Biome size.
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. HasResult
    +
    + This event is fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        originalSize

        +
        public final byte originalSize
        +
      • +
      + + + +
        +
      • +

        newSize

        +
        public byte newSize
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WorldTypeEvent.BiomeSize

        +
        public WorldTypeEvent.BiomeSize(WorldType worldType,
        +                        byte original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html new file mode 100644 index 0000000..f3685cd --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html @@ -0,0 +1,356 @@ + + + + + +WorldTypeEvent.InitBiomeGens (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class WorldTypeEvent.InitBiomeGens

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    WorldTypeEvent
    +
    +
    +
    +
    public static class WorldTypeEvent.InitBiomeGens
    +extends WorldTypeEvent
    +
    InitBiomeGens is fired when vanilla Minecraft attempts to initialize the biome generators.
    + This event is fired just during biome generator initialization in + WorldChunkManager#WorldChunkManager(long, WorldType).
    +
    + seed the seed of the world.
    + originalBiomeGens the array of GenLayers original intended for this Biome generation.
    + newBiomeGens the array of GenLayers that will now be used for this Biome generation.
    + If newBiomeGens is set to a new value, that value will be used for the Biome generator.
    +
    + This event is not Cancelable.
    +
    + This event does not have a result. HasResult
    +
    + This event is fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        seed

        +
        public final long seed
        +
      • +
      + + + +
        +
      • +

        originalBiomeGens

        +
        public final GenLayer[] originalBiomeGens
        +
      • +
      + + + +
        +
      • +

        newBiomeGens

        +
        public GenLayer[] newBiomeGens
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WorldTypeEvent.InitBiomeGens

        +
        public WorldTypeEvent.InitBiomeGens(WorldType worldType,
        +                            long seed,
        +                            GenLayer[] original)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html new file mode 100644 index 0000000..58e40f8 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html @@ -0,0 +1,323 @@ + + + + + +WorldTypeEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.terraingen
+

Class WorldTypeEvent

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    WorldTypeEvent.BiomeSize, WorldTypeEvent.InitBiomeGens
    +
    +
    +
    +
    public class WorldTypeEvent
    +extends Event
    +
    WorldTypeEvent is fired when an event involving the world occurs.
    + If a method utilizes this Event as its parameter, the method will + receive every child event of this class.
    +
    + worldType contains the WorldType of the world this event is occurring in.
    +
    + All children of this event are fired on the MinecraftForge#TERRAIN_GEN_BUS.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class WorldTypeEvent.BiomeSize +
      BiomeSize is fired when vanilla Minecraft attempts to generate biomes.
      + This event is fired during biome generation in + GenLayer#initializeAllBiomeGenerators(long, WorldType).
      +
      static class WorldTypeEvent.InitBiomeGens +
      InitBiomeGens is fired when vanilla Minecraft attempts to initialize the biome generators.
      + This event is fired just during biome generator initialization in + WorldChunkManager#WorldChunkManager(long, WorldType).
      +
      + +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      WorldTypeworldType 
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WorldTypeEvent

        +
        public WorldTypeEvent(WorldType worldType)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/package-frame.html b/javadoc/net/minecraftforge/event/terraingen/package-frame.html new file mode 100644 index 0000000..9c1acba --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/package-frame.html @@ -0,0 +1,56 @@ + + + + + +net.minecraftforge.event.terraingen (Forge API) + + + + +

net.minecraftforge.event.terraingen

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraftforge/event/terraingen/package-summary.html b/javadoc/net/minecraftforge/event/terraingen/package-summary.html new file mode 100644 index 0000000..fc90be1 --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/package-summary.html @@ -0,0 +1,409 @@ + + + + + +net.minecraftforge.event.terraingen (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.event.terraingen

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/event/terraingen/package-tree.html b/javadoc/net/minecraftforge/event/terraingen/package-tree.html new file mode 100644 index 0000000..c35bf3d --- /dev/null +++ b/javadoc/net/minecraftforge/event/terraingen/package-tree.html @@ -0,0 +1,204 @@ + + + + + +net.minecraftforge.event.terraingen Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.event.terraingen

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3