From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../event/terraingen/PopulateChunkEvent.Pre.html | 324 +++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html (limited to 'javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Pre.html') 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)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3