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