Uses of Interface
com.github.stefvanschie.inventoryframework.util.TriFunction
-
Uses of TriFunction in com.github.stefvanschie.inventoryframework.gui.type.util
Modifier and TypeMethodDescriptionstatic void
Gui.registerGui
(@NotNull String name, @NotNull TriFunction<? super Object, ? super Element, ? super Plugin, ? extends Gui> triFunction) Registers a type that can be used inside an XML file to specify the gui typestatic void
Gui.registerPane
(@NotNull String name, @NotNull TriFunction<? super Object, ? super Element, ? super Plugin, ? extends Pane> triFunction) Registers a name that can be used inside an XML file to add custom panes