Interface PlayerInventoryFinder.IStackModifier

Enclosing class:
PlayerInventoryFinder

public static interface PlayerInventoryFinder.IStackModifier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(net.minecraft.world.entity.player.Player playerEntity, int slot, net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • consume

      void consume(net.minecraft.world.entity.player.Player playerEntity, int slot, net.minecraft.world.item.ItemStack stack)