Removed "Inventory" from the GUI API names
This commit is contained in:
11
src/main/kotlin/net/axay/kspigot/gui/elements/GUIFreeSlot.kt
Normal file
11
src/main/kotlin/net/axay/kspigot/gui/elements/GUIFreeSlot.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.axay.kspigot.gui.elements
|
||||
|
||||
import net.axay.kspigot.gui.ForInventory
|
||||
import net.axay.kspigot.gui.GUIClickEvent
|
||||
import net.axay.kspigot.gui.GUISlot
|
||||
|
||||
class GUIFreeSlot<T : ForInventory> : GUISlot<T>() {
|
||||
override fun onClick(clickEvent: GUIClickEvent<T>) {
|
||||
/* do nothing */
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user