Uses of Enum Class
io.github.sefiraat.networks.utils.Theme
Packages that use Theme
-
Uses of Theme in io.github.sefiraat.networks.utils
Fields in io.github.sefiraat.networks.utils declared as ThemeMethods in io.github.sefiraat.networks.utils that return ThemeModifier and TypeMethodDescriptionstatic ThemeReturns the enum constant of this class with the specified name.static Theme[]Theme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.sefiraat.networks.utils with parameters of type ThemeModifier and TypeMethodDescriptionstatic StringTheme.applyThemeToString(Theme themeType, String string) Applies the theme color to a given stringstatic ItemStackTheme.themedItemStack(Material material, Theme themeType, String name, String... lore) Gets an ItemStack 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, String... lore) Gets a SlimefunItemStack with a pre-populated lore and name with themed colors.