Class ArmorStandInstance

java.lang.Object
studio.magemonkey.fabled.api.armorstand.ArmorStandInstance

public class ArmorStandInstance extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArmorStandInstance(org.bukkit.entity.ArmorStand armorStand, org.bukkit.entity.LivingEntity target, boolean follow)
     
    ArmorStandInstance(org.bukkit.entity.ArmorStand armorStand, org.bukkit.entity.LivingEntity target, boolean follow, double forward, double upward, double right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    Removes the armor stand
    void
    Ticks the armor stand

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArmorStandInstance

      public ArmorStandInstance(org.bukkit.entity.ArmorStand armorStand, org.bukkit.entity.LivingEntity target, boolean follow, double forward, double upward, double right)
    • ArmorStandInstance

      public ArmorStandInstance(org.bukkit.entity.ArmorStand armorStand, org.bukkit.entity.LivingEntity target, boolean follow)
  • Method Details

    • isValid

      public boolean isValid()
      Returns:
      true if the instance is still valid
    • remove

      public void remove()
      Removes the armor stand
    • tick

      public void tick()
      Ticks the armor stand