Enum | Description |
---|---|
ContainerSection |
Names for specific parts of containers.
|
Annotation Type | Description |
---|---|
ChestContainer |
A marker for containers that have a chest-like persistent storage component.
|
ChestContainer.IsLargeCallback | |
ChestContainer.RowSizeCallback | |
ContainerSectionCallback |
A marker for a method to call which returns the set of ContainerSections for this container.
|
IgnoreContainer |
Use this annotation to override inherited annotation properties and mark a Container as unsortable.
|
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.
|