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 Details

    • setEntityType

      void setEntityType(EntityType type)
      Change the EntityType to something else
      Parameters:
      type - The new EntityType
      Throws:
      IllegalArgumentException - When the class of the type does not implement LivingEntity
    • getEntityType

      EntityType getEntityType()
      Get the current EntityType that is being used for this skin
      Specified by:
      getEntityType in interface HologramSkin
      Returns:
      The current EntityType