Uses of Class
com.github.stefvanschie.inventoryframework.font.util.Font
Package
Description
-
Uses of Font in com.github.stefvanschie.inventoryframework.font
Modifier and TypeClassDescriptionclass
A font for characters with a space as default character. -
Uses of Font in com.github.stefvanschie.inventoryframework.font.util
Modifier and TypeFieldDescriptionstatic final Font
Font.BIRCH_PLANKS
The birch planks fontstatic final Font
Font.BLACK
The black fontstatic final Font
Font.BLUE
The blue fontstatic final Font
Font.BROWN
The brown fontstatic final Font
Font.COBBLESTONE
The cobblestone fontstatic final Font
Font.CYAN
The cyan fontstatic final Font
Font.DIAMOND
The diamond fontstatic final Font
Font.DIRT
The dirt fontstatic final Font
Font.GOLD
The gold fontstatic final Font
Font.GRAY
The gray fontstatic final Font
Font.GREEN
The green fontstatic final Font
Font.JUNGLE_PLANKS
The jungle planks fontstatic final Font
Font.LETTER_CUBE
The letter cube fontstatic final Font
Font.LIGHT_BLUE
The light blue fontstatic final Font
Font.LIGHT_GRAY
The light gray fontstatic final Font
Font.LIME
The lime fontstatic final Font
Font.MAGENTA
The magenta fontstatic final Font
Font.MONITOR
The monitor fontstatic final Font
Font.OAK_LOG
The oak log fontstatic final Font
Font.OAK_PLANKS
The oak planks fontstatic final Font
Font.ORANGE
The orange fontstatic final Font
Font.PINK
The pink fontstatic final Font
Font.PLUSH
The plush fontstatic final Font
Font.PUMPKIN
The pumpkin fontstatic final Font
Font.PURPLE
The purple fontstatic final Font
Font.QUARTZ
The quartz fontstatic final Font
Font.RAINBOW
The rainbow fontstatic final Font
Font.RED
The red fontstatic final Font
Font.SPRUCE_PLANKS
The spruce planks fontstatic final Font
Font.STONE
The stone fontstatic final Font
Font.WATERMELON
The watermelon fontstatic final Font
Font.WHITE
The white fontstatic final Font
Font.YELLOW
The yellow fontModifier and TypeMethodDescriptionstatic void
Font.registerFont
(@NotNull String name, @NotNull Font font) Registers a custom font so it can be used in lookups and XML files. -
Uses of Font in com.github.stefvanschie.inventoryframework.pane.component
Modifier and TypeMethodDescription@NotNull Font
Label.getFont()
Gets the character set currently used for the text in this labelModifierConstructorDescriptionCreates a new labelCreates a new labelLabel
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font) Creates a new labelLabel
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font, @NotNull Plugin plugin) Creates a new labelCreates a new labelCreates a new labelCreates a new labelCreates a new labelLabel
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font) Creates a new labelLabel
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font, @NotNull Plugin plugin) Creates a new label