Class ModDamageTypes

java.lang.Object
de.teamlapen.werewolves.core.ModDamageTypes

public class ModDamageTypes 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>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    createDamageTypes(net.minecraft.data.worldgen.BootstrapContext<net.minecraft.world.damagesource.DamageType> context)
     

    Methods inherited from class java.lang.Object

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

    • BITE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> BITE
    • BLOOD_LOSS

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

    • ModDamageTypes

      public ModDamageTypes()
  • Method Details

    • createDamageTypes

      public static void createDamageTypes(net.minecraft.data.worldgen.BootstrapContext<net.minecraft.world.damagesource.DamageType> context)