Class MixinLivingEntity
java.lang.Object
net.darkhax.maxhealthfix.common.mixin.MixinLivingEntity
- All Implemented Interfaces:
IHealthFixable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract floatabstract floatvoidmaxhealthfix$setRestorePoint(Float restorePoint) abstract voidsetHealth(float newHealth)
-
Constructor Details
-
MixinLivingEntity
public MixinLivingEntity()
-
-
Method Details
-
maxhealthfix$setRestorePoint
- Specified by:
maxhealthfix$setRestorePointin interfaceIHealthFixable
-
getMaxHealth
public abstract float getMaxHealth() -
getHealth
public abstract float getHealth() -
setHealth
public abstract void setHealth(float newHealth)
-