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/world/Teleporter.html | 328 ---------------------------- 1 file changed, 328 deletions(-) delete mode 100644 javadoc/net/minecraft/world/Teleporter.html (limited to 'javadoc/net/minecraft/world/Teleporter.html') diff --git a/javadoc/net/minecraft/world/Teleporter.html b/javadoc/net/minecraft/world/Teleporter.html deleted file mode 100644 index a93051b..0000000 --- a/javadoc/net/minecraft/world/Teleporter.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -Teleporter (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world
-

Class Teleporter

-
-
- -
-
    -
  • -
    -
    -
    public class Teleporter
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Teleporter(WorldServer p_i1963_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanmakePortal(Entity p_85188_1_) 
      booleanplaceInExistingPortal(Entity p_77184_1_, - double p_77184_2_, - double p_77184_4_, - double p_77184_6_, - float p_77184_8_) 
      voidplaceInPortal(Entity p_77185_1_, - double p_77185_2_, - double p_77185_4_, - double p_77185_6_, - float p_77185_8_) 
      voidremoveStalePortalLocations(long p_85189_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Teleporter

        -
        public Teleporter(WorldServer p_i1963_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        placeInPortal

        -
        public void placeInPortal(Entity p_77185_1_,
        -                 double p_77185_2_,
        -                 double p_77185_4_,
        -                 double p_77185_6_,
        -                 float p_77185_8_)
        -
      • -
      - - - -
        -
      • -

        placeInExistingPortal

        -
        public boolean placeInExistingPortal(Entity p_77184_1_,
        -                            double p_77184_2_,
        -                            double p_77184_4_,
        -                            double p_77184_6_,
        -                            float p_77184_8_)
        -
      • -
      - - - -
        -
      • -

        makePortal

        -
        public boolean makePortal(Entity p_85188_1_)
        -
      • -
      - - - -
        -
      • -

        removeStalePortalLocations

        -
        public void removeStalePortalLocations(long p_85189_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3