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/gen/FlatLayerInfo.html | 341 +++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 javadoc/net/minecraft/world/gen/FlatLayerInfo.html (limited to 'javadoc/net/minecraft/world/gen/FlatLayerInfo.html') diff --git a/javadoc/net/minecraft/world/gen/FlatLayerInfo.html b/javadoc/net/minecraft/world/gen/FlatLayerInfo.html new file mode 100644 index 0000000..7a1ad4b --- /dev/null +++ b/javadoc/net/minecraft/world/gen/FlatLayerInfo.html @@ -0,0 +1,341 @@ + + + + + +FlatLayerInfo (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.world.gen
+

Class FlatLayerInfo

+
+
+ +
+
    +
  • +
    +
    +
    public class FlatLayerInfo
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      FlatLayerInfo(int p_i45467_1_, + Block p_i45467_2_) 
      FlatLayerInfo(int p_i45468_1_, + Block p_i45468_2_, + int p_i45468_3_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Blockfunc_151536_b() 
      intgetFillBlockMeta() 
      intgetLayerCount() 
      intgetMinY() 
      voidsetMinY(int p_82660_1_) 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        FlatLayerInfo

        +
        public FlatLayerInfo(int p_i45467_1_,
        +             Block p_i45467_2_)
        +
      • +
      + + + +
        +
      • +

        FlatLayerInfo

        +
        public FlatLayerInfo(int p_i45468_1_,
        +             Block p_i45468_2_,
        +             int p_i45468_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLayerCount

        +
        public int getLayerCount()
        +
      • +
      + + + +
        +
      • +

        func_151536_b

        +
        public Block func_151536_b()
        +
      • +
      + + + +
        +
      • +

        getFillBlockMeta

        +
        public int getFillBlockMeta()
        +
      • +
      + + + +
        +
      • +

        getMinY

        +
        public int getMinY()
        +
      • +
      + + + +
        +
      • +

        setMinY

        +
        public void setMinY(int p_82660_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3