Package net.minecraft.src
Interface IBossDisplayData
- All Known Implementing Classes:
EntityDragon,EntityWither
public interface IBossDisplayData
-
Method Summary
Modifier and TypeMethodDescriptionGets the username of the entity.floatfloat
-
Method Details
-
getMaxHealth
float getMaxHealth() -
getHealth
float getHealth() -
getEntityName
String getEntityName()Gets the username of the entity.
-