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