YATS/Forge Documentation
|
Public Member Functions | |
int | getMaxHealth () |
int | getBossHealth () |
String | getEntityName () |
int net.minecraft.entity.boss.IBossDisplayData.getBossHealth | ( | ) |
Returns the health points of the dragon.
Implemented in net.minecraft.entity.boss.EntityDragon, and net.minecraft.entity.boss.EntityWither.
String net.minecraft.entity.boss.IBossDisplayData.getEntityName | ( | ) |
Gets the username of the entity.
int net.minecraft.entity.boss.IBossDisplayData.getMaxHealth | ( | ) |
Implemented in net.minecraft.entity.boss.EntityWither, and net.minecraft.entity.boss.EntityDragon.