Interface InventoryViewerConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GROUP
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
hiddenDefault()
default boolean
hideIfInventoryActive()
default Keybind
toggleKeybind()
-
-
-
Field Detail
-
GROUP
static final java.lang.String GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
toggleKeybind
default Keybind toggleKeybind()
-
hiddenDefault
default boolean hiddenDefault()
-
hideIfInventoryActive
default boolean hideIfInventoryActive()
-
-