net.minecraft.entity.boss
Interface IBossDisplayData

All Known Implementing Classes:
EntityDragon, EntityWither

public interface IBossDisplayData


Method Summary
 int getDragonHealth()
          Returns the health points of the dragon.
 String getEntityName()
          Gets the username of the entity.
 int getMaxHealth()
           
 

Method Detail

getMaxHealth

int getMaxHealth()

getDragonHealth

int getDragonHealth()
Returns the health points of the dragon.


getEntityName

String getEntityName()
Gets the username of the entity.