Uses of Enum
com.github.stefvanschie.inventoryframework.util.version.Version
Packages that use Version
- 
Uses of Version in com.github.stefvanschie.inventoryframework.util.versionMethods in com.github.stefvanschie.inventoryframework.util.version that return VersionModifier and TypeMethodDescriptionstatic @NotNull VersionVersion.getVersion()Gets the version currently being used.static VersionReturns the enum constant of this type with the specified name.static Version[]Version.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.stefvanschie.inventoryframework.util.version with parameters of type VersionModifier and TypeMethodDescriptionstatic @NotNull com.github.stefvanschie.inventoryframework.abstraction.AnvilInventoryVersionMatcher.newAnvilInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new anvil inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.BeaconInventoryVersionMatcher.newBeaconInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new beacon inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.CartographyTableInventoryVersionMatcher.newCartographyTableInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new cartography table inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.EnchantingTableInventoryVersionMatcher.newEnchantingTableInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new enchanting table inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.GrindstoneInventoryVersionMatcher.newGrindstoneInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new grindstone inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.MerchantInventoryVersionMatcher.newMerchantInventory(@NotNull Version version) Gets a new merchant inventory for the specified version.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.SmithingTableInventoryVersionMatcher.newModernSmithingTableInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new smithing table inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.SmithingTableInventoryVersionMatcher.newSmithingTableInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new legacy smithing table inventory for the specified version of the specified inventory holder.static @NotNull com.github.stefvanschie.inventoryframework.abstraction.StonecutterInventoryVersionMatcher.newStonecutterInventory(@NotNull Version version, @NotNull InventoryHolder inventoryHolder) Gets a new stonecutter inventory for the specified version of the specified inventory holder.