Package net.minecraft.client.data.models
Interface ItemModelOutput
- All Known Implementing Classes:
ModelProvider.ItemInfoCollector
public interface ItemModelOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Item p_387543_, ItemModel.Unbaked p_386880_) void
default void
register
(Item item, ClientItem clientItem) Neo: Pulled up fromModelProvider.ItemInfoCollector
to give modders full control over theClientItem
instead of just theItemModel.Unbaked
ininvalid input: ''
-
Method Details
-
accept
-
copy
-
register
Neo: Pulled up fromModelProvider.ItemInfoCollector
to give modders full control over theClientItem
instead of just theItemModel.Unbaked
ininvalid input: ''
-