Class InventoryViewUtil
java.lang.Object
com.github.stefvanschie.inventoryframework.util.InventoryViewUtil
A utility class for working with
InventoryView
s across different definitions.- Since:
- 0.10.16
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull com.github.stefvanschie.inventoryframework.inventoryview.abstraction.AbstractInventoryViewUtil
Gets the instance of this class to use for the current version.
-
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
-