From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../entity/DataWatcher.WatchableObject.html | 327 +++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 javadoc/net/minecraft/entity/DataWatcher.WatchableObject.html (limited to 'javadoc/net/minecraft/entity/DataWatcher.WatchableObject.html') diff --git a/javadoc/net/minecraft/entity/DataWatcher.WatchableObject.html b/javadoc/net/minecraft/entity/DataWatcher.WatchableObject.html new file mode 100644 index 0000000..d465f3b --- /dev/null +++ b/javadoc/net/minecraft/entity/DataWatcher.WatchableObject.html @@ -0,0 +1,327 @@ + + + + + +DataWatcher.WatchableObject (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity
+

Class DataWatcher.WatchableObject

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    DataWatcher
    +
    +
    +
    +
    public static class DataWatcher.WatchableObject
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      DataWatcher.WatchableObject(int p_i1603_1_, + int p_i1603_2_, + java.lang.Object p_i1603_3_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetDataValueId() 
      java.lang.ObjectgetObject() 
      intgetObjectType() 
      booleanisWatched() 
      voidsetObject(java.lang.Object p_75673_1_) 
      voidsetWatched(boolean p_75671_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        DataWatcher.WatchableObject

        +
        public DataWatcher.WatchableObject(int p_i1603_1_,
        +                           int p_i1603_2_,
        +                           java.lang.Object p_i1603_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDataValueId

        +
        public int getDataValueId()
        +
      • +
      + + + +
        +
      • +

        setObject

        +
        public void setObject(java.lang.Object p_75673_1_)
        +
      • +
      + + + +
        +
      • +

        getObject

        +
        public java.lang.Object getObject()
        +
      • +
      + + + +
        +
      • +

        getObjectType

        +
        public int getObjectType()
        +
      • +
      + + + +
        +
      • +

        isWatched

        +
        public boolean isWatched()
        +
      • +
      + + + +
        +
      • +

        setWatched

        +
        public void setWatched(boolean p_75671_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3