Class InventoryViewUtil

java.lang.Object
com.github.stefvanschie.inventoryframework.util.InventoryViewUtil

public class InventoryViewUtil extends Object
A utility class for working with InventoryViews across different definitions.
Since:
0.10.16
  • Constructor Details

    • InventoryViewUtil

      public InventoryViewUtil()
  • Method Details

    • getInstance

      @NotNull @Contract(pure=true) public static @NotNull com.github.stefvanschie.inventoryframework.inventoryview.abstraction.AbstractInventoryViewUtil getInstance()
      Gets the instance of this class to use for the current version.
      Returns:
      an instance of a utility class
      Since:
      0.10.16