From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/world/SpawnerAnimals.html | 323 ++++++++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 javadoc/net/minecraft/world/SpawnerAnimals.html (limited to 'javadoc/net/minecraft/world/SpawnerAnimals.html') diff --git a/javadoc/net/minecraft/world/SpawnerAnimals.html b/javadoc/net/minecraft/world/SpawnerAnimals.html new file mode 100644 index 0000000..74630e4 --- /dev/null +++ b/javadoc/net/minecraft/world/SpawnerAnimals.html @@ -0,0 +1,323 @@ + + + + + +SpawnerAnimals (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.world
+

Class SpawnerAnimals

+
+
+ +
+
    +
  • +
    +
    +
    public final class SpawnerAnimals
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SpawnerAnimals() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static booleancanCreatureTypeSpawnAtLocation(EnumCreatureType p_77190_0_, + World p_77190_1_, + int p_77190_2_, + int p_77190_3_, + int p_77190_4_) 
      intfindChunksForSpawning(WorldServer p_77192_1_, + boolean p_77192_2_, + boolean p_77192_3_, + boolean p_77192_4_) 
      protected static ChunkPositionfunc_151350_a(World p_151350_0_, + int p_151350_1_, + int p_151350_2_) 
      static voidperformWorldGenSpawning(World p_77191_0_, + BiomeGenBase p_77191_1_, + int p_77191_2_, + int p_77191_3_, + int p_77191_4_, + int p_77191_5_, + java.util.Random p_77191_6_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpawnerAnimals

        +
        public SpawnerAnimals()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_151350_a

        +
        protected static ChunkPosition func_151350_a(World p_151350_0_,
        +                          int p_151350_1_,
        +                          int p_151350_2_)
        +
      • +
      + + + +
        +
      • +

        findChunksForSpawning

        +
        public int findChunksForSpawning(WorldServer p_77192_1_,
        +                        boolean p_77192_2_,
        +                        boolean p_77192_3_,
        +                        boolean p_77192_4_)
        +
      • +
      + + + +
        +
      • +

        canCreatureTypeSpawnAtLocation

        +
        public static boolean canCreatureTypeSpawnAtLocation(EnumCreatureType p_77190_0_,
        +                                     World p_77190_1_,
        +                                     int p_77190_2_,
        +                                     int p_77190_3_,
        +                                     int p_77190_4_)
        +
      • +
      + + + +
        +
      • +

        performWorldGenSpawning

        +
        public static void performWorldGenSpawning(World p_77191_0_,
        +                           BiomeGenBase p_77191_1_,
        +                           int p_77191_2_,
        +                           int p_77191_3_,
        +                           int p_77191_4_,
        +                           int p_77191_5_,
        +                           java.util.Random p_77191_6_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3