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

Class EntityAITasks

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

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.util.ListtaskEntries 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      EntityAITasks(Profiler p_i1628_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddTask(int p_75776_1_, + EntityAIBase p_75776_2_) 
      voidonUpdateTasks() 
      voidremoveTask(EntityAIBase p_85156_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        taskEntries

        +
        public java.util.List taskEntries
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAITasks

        +
        public EntityAITasks(Profiler p_i1628_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addTask

        +
        public void addTask(int p_75776_1_,
        +           EntityAIBase p_75776_2_)
        +
      • +
      + + + +
        +
      • +

        removeTask

        +
        public void removeTask(EntityAIBase p_85156_1_)
        +
      • +
      + + + +
        +
      • +

        onUpdateTasks

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