From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/dispenser/PositionImpl.html | 363 ---------------------- 1 file changed, 363 deletions(-) delete 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 deleted file mode 100644 index 3290696..0000000 --- a/javadoc/net/minecraft/dispenser/PositionImpl.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -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