Uses of Enum Class
com.github.stefvanschie.inventoryframework.util.version.Version

Packages that use Version
  • Uses of Version in com.github.stefvanschie.inventoryframework.util.version

    Modifier and Type
    Method
    Description
    static @NotNull Version
    Version.getVersion()
    Gets the version currently being used.
    static Version
    Version.valueOf​(String name)
    Returns the enum constant of this class with the specified name.
    static Version[]
    Version.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Modifier and Type
    Method
    Description
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.AnvilInventory
    VersionMatcher.newAnvilInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new anvil inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.BeaconInventory
    VersionMatcher.newBeaconInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new beacon inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.CartographyTableInventory
    VersionMatcher.newCartographyTableInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new cartography table inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.EnchantingTableInventory
    VersionMatcher.newEnchantingTableInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new enchanting table inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.GrindstoneInventory
    VersionMatcher.newGrindstoneInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new grindstone inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.MerchantInventory
    VersionMatcher.newMerchantInventory​(@NotNull Version version)
    Gets a new merchant inventory for the specified version.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.SmithingTableInventory
    VersionMatcher.newSmithingTableInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new smithing table inventory for the specified version of the specified inventory holder.
    static @NotNull com.github.stefvanschie.inventoryframework.abstraction.StonecutterInventory
    VersionMatcher.newStonecutterInventory​(@NotNull Version version, @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    Gets a new stonecutter inventory for the specified version of the specified inventory holder.