java.lang.Object
tech.anonymoushacker1279.immersiveweapons.world.level.IWDamageSources

public class IWDamageSources extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
    static net.minecraft.world.damagesource.DamageSource
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.damagesource.DamageSource
    bullet(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity owner)
     
    static void
    init(net.minecraft.core.RegistryAccess registryAccess)
     
    static net.minecraft.world.damagesource.DamageSource
    meteor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity owner)
     

    Methods inherited from class java.lang.Object

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

    • BARBED_WIRE

      public static net.minecraft.world.damagesource.DamageSource BARBED_WIRE
    • BEAR_TRAP

      public static net.minecraft.world.damagesource.DamageSource BEAR_TRAP
    • BLEEDING

      public static net.minecraft.world.damagesource.DamageSource BLEEDING
    • EXPLOSIVE_CHOCOLATE_BAR

      public static net.minecraft.world.damagesource.DamageSource EXPLOSIVE_CHOCOLATE_BAR
    • DEATHWEED

      public static net.minecraft.world.damagesource.DamageSource DEATHWEED
    • WOODEN_SPIKES

      public static net.minecraft.world.damagesource.DamageSource WOODEN_SPIKES
    • SPIKE_TRAP

      public static net.minecraft.world.damagesource.DamageSource SPIKE_TRAP
    • USED_SYRINGE

      public static net.minecraft.world.damagesource.DamageSource USED_SYRINGE
    • MORTAR

      public static net.minecraft.world.damagesource.DamageSource MORTAR
    • LANDMINE

      public static net.minecraft.world.damagesource.DamageSource LANDMINE
    • DEADMANS_DESERT_ATMOSPHERE

      public static net.minecraft.world.damagesource.DamageSource DEADMANS_DESERT_ATMOSPHERE
    • PUNJI_STICKS

      public static net.minecraft.world.damagesource.DamageSource PUNJI_STICKS
    • PUNJI_STICKS_FALL

      public static net.minecraft.world.damagesource.DamageSource PUNJI_STICKS_FALL
    • BULLET

      public static net.minecraft.world.damagesource.DamageSource BULLET
  • Constructor Details

    • IWDamageSources

      public IWDamageSources()
  • Method Details

    • init

      public static void init(net.minecraft.core.RegistryAccess registryAccess)
    • meteor

      public static net.minecraft.world.damagesource.DamageSource meteor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity owner)
    • bullet

      public static net.minecraft.world.damagesource.DamageSource bullet(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity owner)