Class BotaniaDamageTypes

java.lang.Object
vazkii.botania.common.BotaniaDamageTypes

public class BotaniaDamageTypes extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.damagesource.DamageType
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final net.minecraft.world.damagesource.DamageType
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType>
     
    static final 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

    • PLAYER_ATTACK_ARMOR_PIERCING

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> PLAYER_ATTACK_ARMOR_PIERCING
    • RELIC_DAMAGE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> RELIC_DAMAGE
    • KEY_EXPLOSION

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> KEY_EXPLOSION
    • PLAYER_AP

      public static final net.minecraft.world.damagesource.DamageType PLAYER_AP
    • RELIC

      public static final net.minecraft.world.damagesource.DamageType RELIC
    • KEY

      public static final net.minecraft.world.damagesource.DamageType KEY
  • Constructor Details

    • BotaniaDamageTypes

      public BotaniaDamageTypes()