Package net.minestom.server.inventory.condition
-
Interface Summary Interface Description InventoryCondition Can be added to anyInventoryModifier
usingInventory.addInventoryCondition(InventoryCondition)
orPlayerInventory.addInventoryCondition(InventoryCondition)
in order to listen to any issued clicks. -
Class Summary Class Description InventoryConditionResult Used byInventoryCondition
to step in inventory click processing.