Package ch.njol.skript.util
Class Slot
java.lang.Object
ch.njol.skript.util.slot.Slot
ch.njol.skript.util.Slot
- All Implemented Interfaces:
Debuggable
Deprecated.
Slot stuff got its own package.
Preserved for addon compatibility for a limited amount of time.
Please, do use
Slot
instead!-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.skript.util.slot.Slot
getAmount, getItem, isSameSlot, setAmount, setItem, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.njol.skript.lang.Debuggable
toString
-
Constructor Details
-
Slot
public Slot()Deprecated.
-