Class PetrolparkLootItemFunctions

java.lang.Object
com.petrolpark.PetrolparkLootItemFunctions

public class PetrolparkLootItemFunctions extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<BadgeAwardLootItemFunction>>
     
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<ContaminationLootItemFunction>>
     
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<StartDecayLootItemFunction>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
     

    Methods inherited from class java.lang.Object

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

    • BADGE_AWARD

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<BadgeAwardLootItemFunction>> BADGE_AWARD
    • CONTAMINATION

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<ContaminationLootItemFunction>> CONTAMINATION
    • START_DECAY

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<StartDecayLootItemFunction>> START_DECAY
  • Constructor Details

    • PetrolparkLootItemFunctions

      public PetrolparkLootItemFunctions()
  • Method Details

    • register

      public static final void register()