Uses of Class
com.github.stefvanschie.inventoryframework.font.util.Font
Packages that use Font
Package
Description
-
Uses of Font in com.github.stefvanschie.inventoryframework.font
Subclasses 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.util
Fields in com.github.stefvanschie.inventoryframework.font.util declared as FontModifier and TypeFieldDescriptionstatic FontFont.BIRCH_PLANKSThe birch planks fontstatic FontFont.BLACKThe black fontstatic FontFont.BLUEThe blue fontstatic FontFont.BROWNThe brown fontstatic FontFont.COBBLESTONEThe cobblestone fontstatic FontFont.CYANThe cyan fontstatic FontFont.DIAMONDThe diamond fontstatic FontFont.DIRTThe dirt fontstatic FontFont.GOLDThe gold fontstatic FontFont.GRAYThe gray fontstatic FontFont.GREENThe green fontstatic FontFont.JUNGLE_PLANKSThe jungle planks fontstatic FontFont.LETTER_CUBEThe letter cube fontstatic FontFont.LIGHT_BLUEThe light blue fontstatic FontFont.LIGHT_GRAYThe light gray fontstatic FontFont.LIMEThe lime fontstatic FontFont.MAGENTAThe magenta fontstatic FontFont.MONITORThe monitor fontstatic FontFont.OAK_LOGThe oak log fontstatic FontFont.OAK_PLANKSThe oak planks fontstatic FontFont.ORANGEThe orange fontstatic FontFont.PINKThe pink fontstatic FontFont.PLUSHThe plush fontstatic FontFont.PUMPKINThe pumpkin fontstatic FontFont.PURPLEThe purple fontstatic FontFont.QUARTZThe quartz fontstatic FontFont.RAINBOWThe rainbow fontstatic FontFont.REDThe red fontstatic FontFont.SPRUCE_PLANKSThe spruce planks fontstatic FontFont.STONEThe stone fontstatic FontFont.WATERMELONThe watermelon fontstatic FontFont.WHITEThe white fontstatic 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.component
Methods 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 labelLabel(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font)Creates a new labelCreates a new label