Uses of Enum Class
net.risingworld.api.ui.MessageBoxButtons
Packages that use MessageBoxButtons
-
Uses of MessageBoxButtons in net.risingworld.api.objects
Methods in net.risingworld.api.objects with parameters of type MessageBoxButtonsModifier and TypeMethodDescriptionvoid
Player.showMessageBox
(MessageBoxButtons buttons, String title, String message, int timeout, Callback<Integer> callback) Shows a default message box to the player. -
Uses of MessageBoxButtons in net.risingworld.api.ui
Methods in net.risingworld.api.ui that return MessageBoxButtonsModifier and TypeMethodDescriptionstatic MessageBoxButtons
Returns the enum constant of this class with the specified name.static MessageBoxButtons[]
MessageBoxButtons.values()
Returns an array containing the constants of this enum class, in the order they are declared.