Uses of Enum Class
net.risingworld.api.ui.style.Font
Packages that use Font
Package
Description
-
Uses of Font in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return FontModifier and TypeMethodDescriptionPlayerSetSignTextEvent.getFont()
Gets the font the player wants to set for this sign.Methods in net.risingworld.api.events.player with parameters of type Font -
Uses of Font in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return FontModifier and TypeMethodDescriptionSign.getFont()
Gets the font that is currently used by the sign.Methods in net.risingworld.api.objects with parameters of type FontModifier 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.Method parameters in net.risingworld.api.objects with type arguments of type FontModifier 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
Methods in net.risingworld.api.ui with parameters of type Font -
Uses of Font in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type FontMethods in net.risingworld.api.ui.style that return FontModifier 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.