Verwendungen von Enum-Klasse
net.risingworld.api.ui.style.Font
Package
Beschreibung
-
Verwendungen von Font in net.risingworld.api.events.player
Modifizierer und TypMethodeBeschreibungPlayerSetSignTextEvent.getFont()
Gets the font the player wants to set for this sign. -
Verwendungen von Font in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungSign.getFont()
Gets the font that is currently used by the sign.Modifizierer und TypMethodeBeschreibungvoid
Sets the font for this sign.void
Player.showFontDialog
(String title, Font selectedFont, Callback<Font> callback) Shows a font selection dialog to the player.Modifizierer und TypMethodeBeschreibungvoid
Player.showFontDialog
(String title, Font selectedFont, Callback<Font> callback) Shows a font selection dialog to the player. -
Verwendungen von Font in net.risingworld.api.ui
-
Verwendungen von Font in net.risingworld.api.ui.style
Modifizierer und TypMethodeBeschreibungstatic Font
Font.get
(int ordinal) Gets an enum from the ordinal value.static Font
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static Font[]
Font.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.