From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../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 deletions(-) delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/TerrainGen.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/package-frame.html delete mode 100644 javadoc/net/minecraftforge/event/terraingen/package-summary.html delete 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 deleted file mode 100644 index 13e62af..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.BiomeColor.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -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 deleted file mode 100644 index 2aa2e91..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.CreateDecorator.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -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 deleted file mode 100644 index c63dcf6..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetFoliageColor.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - -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 deleted file mode 100644 index e5459db..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetGrassColor.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - -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 deleted file mode 100644 index c412133..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockID.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - -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 deleted file mode 100644 index a12c681..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetVillageBlockMeta.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - -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 deleted file mode 100644 index 0097695..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.GetWaterColor.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - -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 deleted file mode 100644 index e09fa79..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/BiomeEvent.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -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 deleted file mode 100644 index 70fd73b..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.InitNoiseField.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -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 deleted file mode 100644 index 49bbc22..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.ReplaceBiomeBlocks.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - -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 deleted file mode 100644 index 166ffa7..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/ChunkProviderEvent.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -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 deleted file mode 100644 index b2e44a5..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.EventType.html +++ /dev/null @@ -1,478 +0,0 @@ - - - - - -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 deleted file mode 100644 index fe8b32b..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Decorate.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -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 deleted file mode 100644 index 390dc81..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Post.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -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 deleted file mode 100644 index 16fe477..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.Pre.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -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 deleted file mode 100644 index d084fe7..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DecorateBiomeEvent.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -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 deleted file mode 100644 index d37b528..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/DeferredBiomeDecorator.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - -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 deleted file mode 100644 index c937412..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.EventType.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - -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 deleted file mode 100644 index dd65b80..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/InitMapGenEvent.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -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 deleted file mode 100644 index 92aeb77..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/InitNoiseGensEvent.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -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 deleted file mode 100644 index 6a58d08..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.EventType.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - -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 deleted file mode 100644 index d5c53a4..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.GenerateMinable.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - -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 deleted file mode 100644 index d7ed393..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Post.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - -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 deleted file mode 100644 index c4288c0..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.Pre.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - -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 deleted file mode 100644 index 847584b..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/OreGenEvent.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -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 deleted file mode 100644 index 73aedbb..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.EventType.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - -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 deleted file mode 100644 index 3a93c56..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Populate.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -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 deleted file mode 100644 index e33fdf6..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -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 deleted file mode 100644 index ec91d3e..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -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 deleted file mode 100644 index c8fc9b6..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - -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 deleted file mode 100644 index bb05a5a..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/SaplingGrowTreeEvent.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -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 deleted file mode 100644 index fc64d96..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/TerrainGen.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -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 deleted file mode 100644 index e4c4214..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.BiomeSize.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - -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 deleted file mode 100644 index f3685cd..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.InitBiomeGens.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - -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 deleted file mode 100644 index 58e40f8..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/WorldTypeEvent.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -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 deleted file mode 100644 index 9c1acba..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/package-frame.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - -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 deleted file mode 100644 index fc90be1..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/package-summary.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -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 deleted file mode 100644 index c35bf3d..0000000 --- a/javadoc/net/minecraftforge/event/terraingen/package-tree.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -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