Uses of Enum Class
net.risingworld.api.ui.MessageBoxButtons
-
Uses of MessageBoxButtons in net.risingworld.api.objects
Modifier 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
Modifier 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.