@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| IBackpackDefinition |
To make your own backpack, create a backpack definition and register it with
IBackpackInterface.registerBackpackDefinition(String, IBackpackDefinition). |
| IBackpackFilterConfigurable |
A configurable backpack filter.
|
| IBackpackInterface |
The Backpack Interface allows you to add items to Forestry backpacks or create your own backpacks.
|
| ICrateRegistry |
Makes a new crate, registers it with the game registry,
and creates crating and uncrating recipes for the Carpenter.
|
| Class | Description |
|---|---|
| BackpackEvent | |
| BackpackManager | |
| BackpackResupplyEvent |
Use @SubscribeEvent on a method taking this event as an argument.
|
| BackpackStowEvent |
Use @SubscribeEvent on a method taking this event as an argument.
|
| StorageManager |
| Enum | Description |
|---|---|
| EnumBackpackType |