Interface LivingEntityHologramSkin
- All Superinterfaces:
- BukkitEntitySkin,- DamageableSkin,- EquippableSkin,- HologramSkin
public interface LivingEntityHologramSkin
extends HologramSkin, DamageableSkin, EquippableSkin, BukkitEntitySkin
Represents an Entity that implements LivingEntity.
 
The actual EntityType is dynamic with this skin.
- 
Method SummaryModifier and TypeMethodDescriptionGet the current EntityType that is being used for this skinvoidsetEntityType(EntityType type) Change the EntityType to something elseMethods inherited from interface de.marcely.bedwars.api.world.hologram.skin.BukkitEntitySkingetBukkitEntity, updateBukkitMetadataMethods inherited from interface de.marcely.bedwars.api.world.hologram.skin.DamageableSkinattack, getDamageSound, getDeathSound, getHealth, setHealthMethods inherited from interface de.marcely.bedwars.api.world.hologram.skin.EquippableSkingetEquipmentMethods inherited from interface de.marcely.bedwars.api.world.hologram.HologramSkingetEntityId, getHologram, getNMSEntity, getType
- 
Method Details- 
setEntityTypeChange the EntityType to something else- Parameters:
- type- The new EntityType
- Throws:
- IllegalArgumentException- When the class of the type does not implement LivingEntity
 
- 
getEntityTypeEntityType getEntityType()Get the current EntityType that is being used for this skin- Specified by:
- getEntityTypein interface- HologramSkin
- Returns:
- The current EntityType
 
 
-