Uses of Class
net.citizensnpcs.api.gui.InputMenus.Choice
Packages that use InputMenus.Choice
-
Uses of InputMenus.Choice in net.citizensnpcs.api.gui
Methods in net.citizensnpcs.api.gui that return InputMenus.ChoiceMethods in net.citizensnpcs.api.gui with parameters of type InputMenus.ChoiceModifier and TypeMethodDescriptionstatic <T> InventoryMenuPage
InputMenus.picker
(String title, Consumer<InputMenus.Choice<T>> callback, InputMenus.Choice<T>... choices) static <T> InventoryMenuPage
InputMenus.toggle
(String title, Consumer<List<InputMenus.Choice<T>>> callback, InputMenus.Choice<T>... choices) Method parameters in net.citizensnpcs.api.gui with type arguments of type InputMenus.ChoiceModifier and TypeMethodDescriptionstatic <T> InventoryMenuPage
InputMenus.picker
(String title, Consumer<InputMenus.Choice<T>> callback, InputMenus.Choice<T>... choices) static <T> InventoryMenuPage
InputMenus.toggle
(String title, Consumer<List<InputMenus.Choice<T>>> callback, InputMenus.Choice<T>... choices)