Class HbmLivingProps

java.lang.Object
com.hbm_m.extprop.HbmLivingProps

public final class HbmLivingProps extends Object
Данные живых сущностей (радиация). Порт com.hbm.extprop.HbmLivingProps (1.7.10), минимальный набор для радиации.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getAsbestos(net.minecraft.world.entity.LivingEntity entity)
     
    static int
    getBlackLung(net.minecraft.world.entity.LivingEntity entity)
     
    static float
    getDigamma(net.minecraft.world.entity.LivingEntity entity)
     
    static float
    getRadBuf(net.minecraft.world.entity.LivingEntity entity)
     
    static float
    getRadEnv(net.minecraft.world.entity.LivingEntity entity)
     
    static float
    getRadiation(net.minecraft.world.entity.LivingEntity entity)
     
    static void
    incrementAsbestos(net.minecraft.world.entity.LivingEntity entity, int amount)
     
    static void
    incrementBlackLung(net.minecraft.world.entity.LivingEntity entity, int amount)
     
    static void
    incrementDigamma(net.minecraft.world.entity.LivingEntity entity, float amount)
     
    static void
    incrementRadiation(net.minecraft.world.entity.LivingEntity entity, float rad)
     
    static void
    setRadBuf(net.minecraft.world.entity.LivingEntity entity, float rad)
     
    static void
    setRadEnv(net.minecraft.world.entity.LivingEntity entity, float rad)
     
    static void
    setRadiation(net.minecraft.world.entity.LivingEntity entity, float rad)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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)