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

Class VillageDoorInfo

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

      Field Detail

      + + + +
        +
      • +

        posX

        +
        public final int posX
        +
      • +
      + + + +
        +
      • +

        posY

        +
        public final int posY
        +
      • +
      + + + +
        +
      • +

        posZ

        +
        public final int posZ
        +
      • +
      + + + +
        +
      • +

        insideDirectionX

        +
        public final int insideDirectionX
        +
      • +
      + + + +
        +
      • +

        insideDirectionZ

        +
        public final int insideDirectionZ
        +
      • +
      + + + +
        +
      • +

        lastActivityTimestamp

        +
        public int lastActivityTimestamp
        +
      • +
      + + + +
        +
      • +

        isDetachedFromVillageFlag

        +
        public boolean isDetachedFromVillageFlag
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VillageDoorInfo

        +
        public VillageDoorInfo(int p_i1673_1_,
        +               int p_i1673_2_,
        +               int p_i1673_3_,
        +               int p_i1673_4_,
        +               int p_i1673_5_,
        +               int p_i1673_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDistanceSquared

        +
        public int getDistanceSquared(int p_75474_1_,
        +                     int p_75474_2_,
        +                     int p_75474_3_)
        +
      • +
      + + + +
        +
      • +

        getInsideDistanceSquare

        +
        public int getInsideDistanceSquare(int p_75469_1_,
        +                          int p_75469_2_,
        +                          int p_75469_3_)
        +
      • +
      + + + +
        +
      • +

        getInsidePosX

        +
        public int getInsidePosX()
        +
      • +
      + + + +
        +
      • +

        getInsidePosY

        +
        public int getInsidePosY()
        +
      • +
      + + + +
        +
      • +

        getInsidePosZ

        +
        public int getInsidePosZ()
        +
      • +
      + + + +
        +
      • +

        isInside

        +
        public boolean isInside(int p_75467_1_,
        +               int p_75467_2_)
        +
      • +
      + + + +
        +
      • +

        resetDoorOpeningRestrictionCounter

        +
        public void resetDoorOpeningRestrictionCounter()
        +
      • +
      + + + +
        +
      • +

        incrementDoorOpeningRestrictionCounter

        +
        public void incrementDoorOpeningRestrictionCounter()
        +
      • +
      + + + +
        +
      • +

        getDoorOpeningRestrictionCounter

        +
        public int getDoorOpeningRestrictionCounter()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3