Package com.hbm_m.extprop
Class HbmLivingProps
java.lang.Object
com.hbm_m.extprop.HbmLivingProps
Данные живых сущностей (радиация). Порт
com.hbm.extprop.HbmLivingProps (1.7.10), минимальный набор для радиации.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetAsbestos(net.minecraft.world.entity.LivingEntity entity) static intgetBlackLung(net.minecraft.world.entity.LivingEntity entity) static floatgetDigamma(net.minecraft.world.entity.LivingEntity entity) static floatgetRadBuf(net.minecraft.world.entity.LivingEntity entity) static floatgetRadEnv(net.minecraft.world.entity.LivingEntity entity) static floatgetRadiation(net.minecraft.world.entity.LivingEntity entity) static voidincrementAsbestos(net.minecraft.world.entity.LivingEntity entity, int amount) static voidincrementBlackLung(net.minecraft.world.entity.LivingEntity entity, int amount) static voidincrementDigamma(net.minecraft.world.entity.LivingEntity entity, float amount) static voidincrementRadiation(net.minecraft.world.entity.LivingEntity entity, float rad) static voidsetRadBuf(net.minecraft.world.entity.LivingEntity entity, float rad) static voidsetRadEnv(net.minecraft.world.entity.LivingEntity entity, float rad) static voidsetRadiation(net.minecraft.world.entity.LivingEntity entity, float rad)
-
Field Details
-
KEY
- See Also:
-
-
Method Details
-
getRadiation
public static float getRadiation(net.minecraft.world.entity.LivingEntity entity) -
setRadiation
public static void setRadiation(net.minecraft.world.entity.LivingEntity entity, float rad) -
incrementRadiation
public static void incrementRadiation(net.minecraft.world.entity.LivingEntity entity, float rad) -
getRadEnv
public static float getRadEnv(net.minecraft.world.entity.LivingEntity entity) -
setRadEnv
public static void setRadEnv(net.minecraft.world.entity.LivingEntity entity, float rad) -
getRadBuf
public static float getRadBuf(net.minecraft.world.entity.LivingEntity entity) -
setRadBuf
public static void setRadBuf(net.minecraft.world.entity.LivingEntity entity, float rad) -
getAsbestos
public static int getAsbestos(net.minecraft.world.entity.LivingEntity entity) -
incrementAsbestos
public static void incrementAsbestos(net.minecraft.world.entity.LivingEntity entity, int amount) -
getBlackLung
public static int getBlackLung(net.minecraft.world.entity.LivingEntity entity) -
incrementBlackLung
public static void incrementBlackLung(net.minecraft.world.entity.LivingEntity entity, int amount) -
getDigamma
public static float getDigamma(net.minecraft.world.entity.LivingEntity entity) -
incrementDigamma
public static void incrementDigamma(net.minecraft.world.entity.LivingEntity entity, float amount)
-