Interface EquippableSkin
- All Superinterfaces:
HologramSkin
- All Known Subinterfaces:
ArmorStandHologramSkin
,LivingEntityHologramSkin
,NPCHologramSkin
Represents a skin that is able to hold equipment.
-
Method Summary
Modifier and TypeMethodDescriptionGet the equipment instance of this entity.Methods inherited from interface de.marcely.bedwars.api.world.hologram.HologramSkin
getEntityId, getEntityType, getHologram, getNMSEntity, getType
-
Method Details
-
getEquipment
HologramEquipment getEquipment()Get the equipment instance of this entity.- Returns:
- The equipment that this skin currently holds
-