java.lang.Object
tech.anonymoushacker1279.immersiveweapons.data.damage_types.DamageTypesGenerator

public class DamageTypesGenerator extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    bootstrap(net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.damagesource.DamageType> context)
     
    protected static void
    damageType(net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.damagesource.DamageType> context, net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> key, net.minecraft.world.damagesource.DamageType damageType)
     

    Methods inherited from class java.lang.Object

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

    • DamageTypesGenerator

      public DamageTypesGenerator()
  • Method Details

    • bootstrap

      public static void bootstrap(net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.damagesource.DamageType> context)
    • damageType

      protected static void damageType(net.minecraft.data.worldgen.BootstapContext<net.minecraft.world.damagesource.DamageType> context, net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> key, net.minecraft.world.damagesource.DamageType damageType)