Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraftforge.client.model |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Item,ItemMeshDefinition> |
ItemModelMesher.shapers |
Modifier and Type | Method and Description |
---|---|
void |
ItemModelMesher.register(Item item,
ItemMeshDefinition definition) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<IRegistryDelegate<Item>,ItemMeshDefinition> |
ModelLoader.customMeshDefinitions |
Modifier and Type | Method and Description |
---|---|
static void |
ModelLoader.setCustomMeshDefinition(Item item,
ItemMeshDefinition meshDefinition)
Adds generic ItemStack -> model variant logic.
|