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

Class PositionImpl

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IPosition
    +
    +
    +
    +
    public class PositionImpl
    +extends java.lang.Object
    +implements IPosition
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected doublex 
      protected doubley 
      protected doublez 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PositionImpl(double p_i1368_1_, + double p_i1368_3_, + double p_i1368_5_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      doublegetX() 
      doublegetY() 
      doublegetZ() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        x

        +
        protected final double x
        +
      • +
      + + + +
        +
      • +

        y

        +
        protected final double y
        +
      • +
      + + + +
        +
      • +

        z

        +
        protected final double z
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PositionImpl

        +
        public PositionImpl(double p_i1368_1_,
        +            double p_i1368_3_,
        +            double p_i1368_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX

        +
        public double getX()
        +
        +
        Specified by:
        +
        getX in interface IPosition
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public double getY()
        +
        +
        Specified by:
        +
        getY in interface IPosition
        +
        +
      • +
      + + + +
        +
      • +

        getZ

        +
        public double getZ()
        +
        +
        Specified by:
        +
        getZ in interface IPosition
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3