You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.21.1 changes org.bukkit.inventory.InventoryView from an abstract class to an interface. Hence, running the current version of SpiGUI results in: java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected at com.samjakob.spigui.menu.SGMenuListener.onAdjacentInventoryClick(SGMenuListener.java:221)
The text was updated successfully, but these errors were encountered:
1.21.1 changes
org.bukkit.inventory.InventoryView
from an abstract class to an interface. Hence, running the current version of SpiGUI results in:java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected at com.samjakob.spigui.menu.SGMenuListener.onAdjacentInventoryClick(SGMenuListener.java:221)
The text was updated successfully, but these errors were encountered: