Uses of Class
de.themoep.inventorygui.GuiStorageElement.ValidatorInfo
-
Uses of GuiStorageElement.ValidatorInfo in de.themoep.inventorygui
Methods in de.themoep.inventorygui that return types with arguments of type GuiStorageElement.ValidatorInfoMethod parameters in de.themoep.inventorygui with type arguments of type GuiStorageElement.ValidatorInfoModifier and TypeMethodDescriptionvoid
GuiStorageElement.setItemValidator
(Function<GuiStorageElement.ValidatorInfo, Boolean> itemValidator) Set a function that can validate whether or not an item can fit in the slotConstructor parameters in de.themoep.inventorygui with type arguments of type GuiStorageElement.ValidatorInfoModifierConstructorDescriptionGuiStorageElement
(char slotChar, org.bukkit.inventory.Inventory storage, int invSlot, Runnable applyStorage, Function<GuiStorageElement.ValidatorInfo, Boolean> itemValidator) An element used to access a specific slot in anInventory
.