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/Teleporter.html | 328 ++++++++++++++++++++++++++++ 1 file changed, 328 insertions(+) create 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 new file mode 100644 index 0000000..a93051b --- /dev/null +++ b/javadoc/net/minecraft/world/Teleporter.html @@ -0,0 +1,328 @@ + + + + + +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