Interface ItemModule.ItemConsumer

Enclosing class:
ItemModule

public static interface ItemModule.ItemConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Item item, int amount)
     
  • Method Details

    • accept

      void accept(Item item, int amount)