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.Post.html | 324 +++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html (limited to 'javadoc/net/minecraftforge/event/terraingen/PopulateChunkEvent.Post.html') 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)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3