| Interface | Description |
|---|---|
| de.ellpeck.rockbottom.api.data.settings.IPropSettings |
Use
IJsonSettings instead |
| Method | Description |
|---|---|
| de.ellpeck.rockbottom.api.item.Item.addResource(String) | |
| de.ellpeck.rockbottom.api.tile.Tile.addResource(String) | |
| de.ellpeck.rockbottom.api.data.IDataManager.loadPropSettings(IPropSettings) |
Use
IDataManager.loadSettings(IJsonSettings) instead. If your
settings class still extends IPropSettings in addition to IJsonSettings, then it will attempt to load the setting in both ways as
a way of backward compatibility. |
| de.ellpeck.rockbottom.api.data.IDataManager.savePropSettings(IPropSettings) |
Use
IDataManager.saveSettings(IJsonSettings) instead |
| Constructor | Description |
|---|---|
| de.ellpeck.rockbottom.api.gui.container.ItemContainer(AbstractEntityPlayer, IInventory...) |
Use constructor
ItemContainer(AbstractEntityPlayer)
instead, as contained inventories are now added automatically |
| de.ellpeck.rockbottom.api.data.settings.Keybind(IResourceName, int, boolean) |
Use the
Keybind(IResourceName, int) constructor |