Interface PDDamageTypes


public interface PDDamageTypes
  • Field Summary

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

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.world.damagesource.DamageSource
    of(net.minecraft.world.level.Level world, net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> key)
     
  • Field Details

    • CAFFEINE_OVERDOSE

      static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> CAFFEINE_OVERDOSE
  • Method Details

    • of

      static net.minecraft.world.damagesource.DamageSource of(net.minecraft.world.level.Level world, net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> key)