Uses of Class
studio.magemonkey.fabled.api.armorstand.ArmorStandInstance
Packages that use ArmorStandInstance
-
Uses of ArmorStandInstance in studio.magemonkey.fabled.api.armorstand
Methods in studio.magemonkey.fabled.api.armorstand that return ArmorStandInstanceModifier and TypeMethodDescriptionArmorStandData.getArmorStands
(String key) Fetches an active armor stand by keyMethods in studio.magemonkey.fabled.api.armorstand that return types with arguments of type ArmorStandInstanceModifier and TypeMethodDescriptionstatic Optional
<ArmorStandInstance> ArmorStandManager.getArmorStand
(org.bukkit.entity.LivingEntity target, String key) Fetches an active armor stand for a given targetMethods in studio.magemonkey.fabled.api.armorstand with parameters of type ArmorStandInstanceModifier and TypeMethodDescriptionArmorStandData.getKey
(ArmorStandInstance armorStand) void
ArmorStandData.register
(ArmorStandInstance armorStand, String key) static void
ArmorStandManager.register
(ArmorStandInstance armorStand, org.bukkit.entity.LivingEntity target, String key) Registers an active armor stand for the given targetvoid
ArmorStandData.remove
(ArmorStandInstance armorStand)