Class PNCDungeonLootModifier

java.lang.Object
net.minecraftforge.common.loot.LootModifier
me.desht.pneumaticcraft.common.loot.PNCDungeonLootModifier
All Implemented Interfaces:
net.minecraftforge.common.loot.IGlobalLootModifier

public class PNCDungeonLootModifier extends net.minecraftforge.common.loot.LootModifier
  • Nested Class Summary

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

    Fields inherited from class net.minecraftforge.common.loot.LootModifier

    conditions
  • Constructor Summary

    Constructors
    Constructor
    Description
    PNCDungeonLootModifier(net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] conditions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @NotNull List<net.minecraft.world.item.ItemStack>
    doApply(List<net.minecraft.world.item.ItemStack> generatedLoot, net.minecraft.world.level.storage.loot.LootContext context)
     

    Methods inherited from class net.minecraftforge.common.loot.LootModifier

    apply

    Methods inherited from class java.lang.Object

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

    • PNCDungeonLootModifier

      public PNCDungeonLootModifier(net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] conditions)
  • Method Details

    • doApply

      @NotNull protected @NotNull List<net.minecraft.world.item.ItemStack> doApply(List<net.minecraft.world.item.ItemStack> generatedLoot, net.minecraft.world.level.storage.loot.LootContext context)
      Specified by:
      doApply in class net.minecraftforge.common.loot.LootModifier