| Package | Description |
|---|---|
| us.fihgu.toolbox.item | |
| us.fihgu.toolbox.resourcepack.model |
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
DamageableItem.getDefaultItemModel()
get the default item model of this damageable item.
|
ItemModel |
ModelInjection.getModel() |
| Modifier and Type | Method and Description |
|---|---|
default void |
ModelInjector.inject(ItemModel baseModel,
java.io.File workspace)
Inject the override entries into the base model.
|
| Constructor and Description |
|---|
BowModelInjection(Predicate predicate,
java.lang.String modelName,
ItemModel model,
boolean isStandby) |
ModelInjection(Predicate predicate,
java.lang.String modelName,
ItemModel model) |
| Modifier and Type | Method and Description |
|---|---|
static ItemModel |
ItemModel.createSimpleItemModel(java.lang.String parent,
java.lang.String texture)
create a simple item model with a parent and texture.
|