Class ExpandDamageType

java.lang.Object
com.blamejared.crafttweaker.natives.world.damage.ExpandDamageType

@ZenRegister public class ExpandDamageType extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.damagesource.DeathMessageType
    deathMessageType(net.minecraft.world.damagesource.DamageType internal)
     
    static net.minecraft.world.damagesource.DamageEffects
    effects(net.minecraft.world.damagesource.DamageType internal)
     
    static float
    exhaustion(net.minecraft.world.damagesource.DamageType internal)
     
    static String
    msgId(net.minecraft.world.damagesource.DamageType internal)
     
    static net.minecraft.world.damagesource.DamageScaling
    scaling(net.minecraft.world.damagesource.DamageType internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandDamageType

      public ExpandDamageType()
  • Method Details

    • msgId

      public static String msgId(net.minecraft.world.damagesource.DamageType internal)
    • scaling

      public static net.minecraft.world.damagesource.DamageScaling scaling(net.minecraft.world.damagesource.DamageType internal)
    • exhaustion

      public static float exhaustion(net.minecraft.world.damagesource.DamageType internal)
    • effects

      public static net.minecraft.world.damagesource.DamageEffects effects(net.minecraft.world.damagesource.DamageType internal)
    • deathMessageType

      public static net.minecraft.world.damagesource.DeathMessageType deathMessageType(net.minecraft.world.damagesource.DamageType internal)