Uses of Enum Class
ua.mcchickenstudio.opencreative.settings.items.ItemsGroup
Packages that use ItemsGroup
Package
Description
-
Uses of ItemsGroup in ua.mcchickenstudio.opencreative.settings
Methods in ua.mcchickenstudio.opencreative.settings that return types with arguments of type ItemsGroupModifier and TypeMethodDescriptionSettings.getItemsGroups()Returns a map of item groups and custom item groups from config.Methods in ua.mcchickenstudio.opencreative.settings with parameters of type ItemsGroupModifier and TypeMethodDescriptionvoidSettings.resetItemsGroup(ItemsGroup group) voidSettings.setCustomItem(ItemsGroup group, int slot, @NotNull org.bukkit.inventory.ItemStack item) voidSettings.setCustomItem(ItemsGroup group, int slot, @NotNull Items item) -
Uses of ItemsGroup in ua.mcchickenstudio.opencreative.settings.items
Subclasses with type arguments of type ItemsGroup in ua.mcchickenstudio.opencreative.settings.itemsMethods in ua.mcchickenstudio.opencreative.settings.items that return ItemsGroupModifier and TypeMethodDescriptionstatic @Nullable ItemsGroupReturns items group by text.static ItemsGroupReturns the enum constant of this class with the specified name.static ItemsGroup[]ItemsGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.