@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface InventoryContainer
A marker for containers that need special treatment, such as crafting inputs or alternate player inventory positions,
but do not have a chest-like component.
Does not enable the Inventory Tweaks sorting buttons for this container.