Class AbstractStorageMode
java.lang.Object
net.okocraft.box.feature.gui.api.mode.AbstractStorageMode
- All Implemented Interfaces:
BoxItemClickMode
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final @NotNull ClickResult
processDeposit
(@NotNull PlayerSession session, @NotNull BoxItem item) protected final @NotNull ClickResult
processWithdraw
(@NotNull PlayerSession session, @NotNull BoxItem item) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.okocraft.box.feature.gui.api.mode.BoxItemClickMode
canUse, createAdditionalButton, createItemIcon, getDisplayName, getIconMaterial, hasAdditionalButton, onClick, onSelect
-
Constructor Details
-
AbstractStorageMode
public AbstractStorageMode()
-
-
Method Details
-
processDeposit
@NotNull protected final @NotNull ClickResult processDeposit(@NotNull @NotNull PlayerSession session, @NotNull @NotNull BoxItem item) -
processWithdraw
@NotNull protected final @NotNull ClickResult processWithdraw(@NotNull @NotNull PlayerSession session, @NotNull @NotNull BoxItem item)
-