LockedItemRegistry.registerLockedItem(ItemID.DIAMOND, true);
to lock item in slot ( you can't
move the item in inventory but you can't drop it ).
LockedItemRegistry.registerLockedItem(ItemID.DIAMOND, false);
to lock item in inventory ( you can
move the item in inventory but you can't drop it )