Locked Slot
A locked slot that doesn't allow any interactions with it and plays the fail sound from the SI: Essentials Common Cnfg by default
The locked slot is the most basic locked slot that doesn't allow any interactions with it and plays the fail sound from the SI: Essentials Common Cnfg (SOUND_FEEDBACK_FAIL_ID) by default when clicked.
As you have seen in all examples of the Locked Cancel Slot, the Locked Confirm Slot and the Remove on Click Slot, it is very easy to use and doesn't necessarily requre any further customization. However, if you want to create your own custom locked slot with custom functionality, you can extend from the LockedSlot class and override its methods.
Locked Confirm Slot
A locked slot that can execute code when clicked and plays the success sound from the SI: Essentials Common Cnfg by default
Remove on Click Slot
A slot that removes its current item when clicked and plays the click sound from the SI: Essentials Common Cnfg by default. New items placed inside of it won't be consumed