Uses of Enum Class
tech.guilhermekaua.spigotboot.config.folder.ItemChangeType
Packages that use ItemChangeType
-
Uses of ItemChangeType in tech.guilhermekaua.spigotboot.config.folder
Methods in tech.guilhermekaua.spigotboot.config.folder that return ItemChangeTypeModifier and TypeMethodDescription@NotNull ItemChangeTypeFolderConfigItemChange.getType()Gets the type of change.static ItemChangeTypeReturns the enum constant of this class with the specified name.static ItemChangeType[]ItemChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.guilhermekaua.spigotboot.config.folder with parameters of type ItemChangeTypeModifierConstructorDescriptionFolderConfigItemChange(@NotNull String folderConfigName, @NotNull Class<T> itemType, @NotNull String id, @NotNull ItemChangeType type, T oldItem, T newItem) Creates a new folder config item change.