Uses of Class
net.citizensnpcs.api.gui.InputMenus.Choice
-
Uses of InputMenus.Choice in net.citizensnpcs.api.gui
Modifier 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) Modifier 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)