Package net.minecraft.client.data.models
Interface ItemModelOutput
- All Known Implementing Classes:
ModelProvider.ItemInfoCollector
public interface ItemModelOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Item pItem, ItemModel.Unbaked pModel) voiddefault voidregister(Item item, ClientItem clientItem) Neo: Pulled up fromModelProvider.ItemInfoCollectorto give modders full control over theClientIteminstead of just theItemModel.Unbakedininvalid input: ''
-
Method Details
-
accept
-
copy
-
register
Neo: Pulled up fromModelProvider.ItemInfoCollectorto give modders full control over theClientIteminstead of just theItemModel.Unbakedininvalid input: ''
-