Uses of Enum Class
net.risingworld.api.ui.style.Font
Package
Description
-
Uses of Font in net.risingworld.api.events.player
Modifier and TypeMethodDescriptionPlayerSetSignTextEvent.getFont()
Gets the font the player wants to set for this sign. -
Uses of Font in net.risingworld.api.objects
Modifier and TypeMethodDescriptionSign.getFont()
Gets the font that is currently used by the sign.Modifier and TypeMethodDescriptionvoid
Sets the font for this sign.void
Player.showFontDialog
(String title, Font selectedFont, Callback<Font> callback) Shows a font selection dialog to the player.Modifier and TypeMethodDescriptionvoid
Player.showFontDialog
(String title, Font selectedFont, Callback<Font> callback) Shows a font selection dialog to the player. -
Uses of Font in net.risingworld.api.ui
-
Uses of Font in net.risingworld.api.ui.style
Modifier and TypeMethodDescriptionstatic Font
Font.get
(int ordinal) Gets an enum from the ordinal value.static Font
Returns the enum constant of this class with the specified name.static Font[]
Font.values()
Returns an array containing the constants of this enum class, in the order they are declared.