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 --- .../mods/fml/common/registry/IThrowableEntity.html | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/registry/IThrowableEntity.html (limited to 'javadoc/cpw/mods/fml/common/registry/IThrowableEntity.html') diff --git a/javadoc/cpw/mods/fml/common/registry/IThrowableEntity.html b/javadoc/cpw/mods/fml/common/registry/IThrowableEntity.html new file mode 100644 index 0000000..f7a191f --- /dev/null +++ b/javadoc/cpw/mods/fml/common/registry/IThrowableEntity.html @@ -0,0 +1,227 @@ + + + + + +IThrowableEntity (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.registry
+

Interface IThrowableEntity

+
+
+
+
    +
  • +
    +
    +
    public interface IThrowableEntity
    +
    This interface should be implemented by an Entity that can be 'thrown', like snowballs. + This was created to mimic ModLoaderMP's 'owner' functionality.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      EntitygetThrower() +
      Gets the entity that threw/created this entity.
      +
      voidsetThrower(Entity entity) +
      Sets the entity that threw/created this entity.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getThrower

        +
        Entity getThrower()
        +
        Gets the entity that threw/created this entity.
        +
        Returns:
        The owner instance, Null if none.
        +
      • +
      + + + +
        +
      • +

        setThrower

        +
        void setThrower(Entity entity)
        +
        Sets the entity that threw/created this entity.
        +
        Parameters:
        entity - The new thrower/creator.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3