Class AbstractStorageMode
java.lang.Object
net.okocraft.box.feature.gui.api.mode.AbstractStorageMode
- All Implemented Interfaces:
BoxItemClickMode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final @NotNull ClickResultprocessDeposit(@NotNull PlayerSession session, @NotNull BoxItem item) protected final @NotNull ClickResultprocessWithdraw(@NotNull PlayerSession session, @NotNull BoxItem item) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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)
-