Class DamageTypes

java.lang.Object
me.desht.pneumaticcraft.api.misc.DamageTypes

public class DamageTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • ETCHING_ACID

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> ETCHING_ACID
    • PRESSURE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> PRESSURE
    • PLASTIC_BLOCK

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> PLASTIC_BLOCK
    • SECURITY_STATION

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> SECURITY_STATION
    • MINIGUN

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> MINIGUN
    • MINIGUN_AP

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> MINIGUN_AP
  • Constructor Details

    • DamageTypes

      public DamageTypes()