Package me.devnatan.inventoryframework
Class AnvilInputFeature
java.lang.Object
me.devnatan.inventoryframework.AnvilInputFeature
- All Implemented Interfaces:
me.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, me.devnatan.inventoryframework.ViewFrame>
public final class AnvilInputFeature
extends Object
implements me.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void,me.devnatan.inventoryframework.ViewFrame>
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.devnatan.inventoryframework.feature.Feature
me.devnatan.inventoryframework.feature.Feature.Keys -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final me.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, me.devnatan.inventoryframework.ViewFrame> Instance of the Anvil Input feature. -
Method Summary
Modifier and TypeMethodDescription@NotNull Voidinstall(me.devnatan.inventoryframework.ViewFrame framework, UnaryOperator<AnvilInputConfig> configure) @NotNull Stringname()voiduninstall(me.devnatan.inventoryframework.ViewFrame framework)
-
Field Details
-
AnvilInput
public static final me.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, AnvilInputme.devnatan.inventoryframework.ViewFrame> Instance of the Anvil Input feature.- See Also:
-
-
Method Details
-
name
- Specified by:
namein interfaceme.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, me.devnatan.inventoryframework.ViewFrame>
-
install
@NotNull public @NotNull Void install(me.devnatan.inventoryframework.ViewFrame framework, UnaryOperator<AnvilInputConfig> configure) - Specified by:
installin interfaceme.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, me.devnatan.inventoryframework.ViewFrame>
-
uninstall
public void uninstall(me.devnatan.inventoryframework.ViewFrame framework) - Specified by:
uninstallin interfaceme.devnatan.inventoryframework.feature.Feature<AnvilInputConfig,Void, me.devnatan.inventoryframework.ViewFrame>
-