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