Uses of Enum Class
dev.twilite.game.menu.ActionType
Packages that use ActionType
-
Uses of ActionType in dev.twilite.game.menu
Methods in dev.twilite.game.menu that return ActionTypeModifier and TypeMethodDescriptionMenuOption.type()Returns the option action type.static ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.menu that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Optional<ActionType> ActionType.byOpcode(int opcode) Resolves an action type from a raw opcode.Methods in dev.twilite.game.menu with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic MenuOption.BuilderMenuOption.builder(String text, ActionType type) Starts building a menu option.MenuOption.Builder.type(ActionType type) Sets the action type/opcode.