Uses of Class
com.github.stefvanschie.inventoryframework.font.util.Font
Packages that use Font
Package
Description
- 
Uses of Font in com.github.stefvanschie.inventoryframework.fontSubclasses of Font in com.github.stefvanschie.inventoryframework.fontModifier and TypeClassDescriptionclassA font for characters with a space as default character.
- 
Uses of Font in com.github.stefvanschie.inventoryframework.font.utilFields in com.github.stefvanschie.inventoryframework.font.util declared as FontModifier and TypeFieldDescriptionstatic final FontFont.BIRCH_PLANKSThe birch planks fontstatic final FontFont.BLACKThe black fontstatic final FontFont.BLUEThe blue fontstatic final FontFont.BROWNThe brown fontstatic final FontFont.COBBLESTONEThe cobblestone fontstatic final FontFont.CYANThe cyan fontstatic final FontFont.DIAMONDThe diamond fontstatic final FontFont.DIRTThe dirt fontstatic final FontFont.GOLDThe gold fontstatic final FontFont.GRAYThe gray fontstatic final FontFont.GREENThe green fontstatic final FontFont.JUNGLE_PLANKSThe jungle planks fontstatic final FontFont.LETTER_CUBEThe letter cube fontstatic final FontFont.LIGHT_BLUEThe light blue fontstatic final FontFont.LIGHT_GRAYThe light gray fontstatic final FontFont.LIMEThe lime fontstatic final FontFont.MAGENTAThe magenta fontstatic final FontFont.MONITORThe monitor fontstatic final FontFont.OAK_LOGThe oak log fontstatic final FontFont.OAK_PLANKSThe oak planks fontstatic final FontFont.ORANGEThe orange fontstatic final FontFont.PINKThe pink fontstatic final FontFont.PLUSHThe plush fontstatic final FontFont.PUMPKINThe pumpkin fontstatic final FontFont.PURPLEThe purple fontstatic final FontFont.QUARTZThe quartz fontstatic final FontFont.RAINBOWThe rainbow fontstatic final FontFont.REDThe red fontstatic final FontFont.SPRUCE_PLANKSThe spruce planks fontstatic final FontFont.STONEThe stone fontstatic final FontFont.WATERMELONThe watermelon fontstatic final FontFont.WHITEThe white fontstatic final FontFont.YELLOWThe yellow fontMethods in com.github.stefvanschie.inventoryframework.font.util that return FontMethods in com.github.stefvanschie.inventoryframework.font.util with parameters of type FontModifier and TypeMethodDescriptionstatic voidFont.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.componentMethods in com.github.stefvanschie.inventoryframework.pane.component that return FontModifier and TypeMethodDescription@NotNull FontLabel.getFont()Gets the character set currently used for the text in this labelConstructors in com.github.stefvanschie.inventoryframework.pane.component with parameters of type FontModifierConstructorDescriptionCreates 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