Uses of Enum Class
ua.mcchickenstudio.opencreative.settings.items.Items
Packages that use Items
Package
Description
-
Uses of Items in ua.mcchickenstudio.opencreative.settings
Methods in ua.mcchickenstudio.opencreative.settings with parameters of type ItemsModifier and TypeMethodDescriptionvoidSettings.setCustomItem(ItemsGroup group, int slot, @NotNull Items item) -
Uses of Items in ua.mcchickenstudio.opencreative.settings.items
Subclasses with type arguments of type Items in ua.mcchickenstudio.opencreative.settings.itemsMethods in ua.mcchickenstudio.opencreative.settings.items that return ItemsModifier and TypeMethodDescriptionstatic @Nullable ItemsReturns items enum by text.ItemPair.item()Returns the value of theitemrecord component.static ItemsReturns the enum constant of this class with the specified name.static Items[]Items.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.settings.items with parameters of type ItemsModifier and TypeMethodDescriptionvoidSets preset of item, that will be used for recovering prepared system item.Constructors in ua.mcchickenstudio.opencreative.settings.items with parameters of type ItemsModifierConstructorDescriptionCreates an instance of aItemPairrecord class.SettingsPresetItem(@NotNull Items type) Creates instance of preset item.