Uses of Class
dev.sefiraat.sefilib.string.Theme
Packages that use Theme
-
Uses of Theme in dev.sefiraat.sefilib.string
Fields in dev.sefiraat.sefilib.string declared as ThemeModifier and TypeFieldDescriptionstatic final ThemeTheme.CLICK_INFOA Pale Yellow theme indicating where to click in the middle of a text.static final ThemeTheme.ERRORA Red error theme.static final ThemeTheme.NOTICEA White notice theme.static final ThemeTheme.PASSIVEA Gray passive theme.static final ThemeTheme.SUCCESSA Green success theme.static final ThemeTheme.WARNINGA Yellow warning theme.Methods in dev.sefiraat.sefilib.string with parameters of type ThemeModifier and TypeMethodDescriptionstatic StringTheme.applyThemeAsTitle(Theme themeType, String string1, Object value) Applies the theme color to the first string and PASSIVE to the secondstatic StringTheme.applyThemeToString(Theme themeType, Object value) Applies the theme color to a given stringstatic ItemStackGets an ItemStack with a pre-populated lore and name with themed colors.static io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStackTheme.themedSeed(String id, ItemStack seedStack, Theme themeType, String name, String[] lore, String[] validPlacements) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors with parameters for the plantable items/materials for seedsstatic io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStackTheme.themedSeed(String id, ItemStack seedStack, Theme themeType, String name, List<String> lore, List<String> validPlacements) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors with parameters for the plantable items/materials for seedsstatic io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStackTheme.themedSlimefunItemStack(String id, ItemStack itemStack, Theme themeType, String name, String... lore) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors.static io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStackTheme.themedSlimefunItemStack(String id, ItemStack itemStack, Theme themeType, String name, List<String> lore) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors.static io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStackTheme.themedSlimefunItemStack(String id, Material material, Theme themeType, String name, String... lore) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors.