From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../net/minecraft/entity/ai/EntityLookHelper.html | 292 +++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 javadoc/net/minecraft/entity/ai/EntityLookHelper.html (limited to 'javadoc/net/minecraft/entity/ai/EntityLookHelper.html') diff --git a/javadoc/net/minecraft/entity/ai/EntityLookHelper.html b/javadoc/net/minecraft/entity/ai/EntityLookHelper.html new file mode 100644 index 0000000..23afa74 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityLookHelper.html @@ -0,0 +1,292 @@ + + + + + +EntityLookHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityLookHelper

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidonUpdateLook() 
      voidsetLookPosition(double p_75650_1_, + double p_75650_3_, + double p_75650_5_, + float p_75650_7_, + float p_75650_8_) 
      voidsetLookPositionWithEntity(Entity p_75651_1_, + float p_75651_2_, + float p_75651_3_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EntityLookHelper

        +
        public EntityLookHelper(EntityLiving p_i1613_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setLookPositionWithEntity

        +
        public void setLookPositionWithEntity(Entity p_75651_1_,
        +                             float p_75651_2_,
        +                             float p_75651_3_)
        +
      • +
      + + + +
        +
      • +

        setLookPosition

        +
        public void setLookPosition(double p_75650_1_,
        +                   double p_75650_3_,
        +                   double p_75650_5_,
        +                   float p_75650_7_,
        +                   float p_75650_8_)
        +
      • +
      + + + +
        +
      • +

        onUpdateLook

        +
        public void onUpdateLook()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3