Interface IModelProviderConfig
- All Known Implementing Classes:
BlockConfig
,ItemConfig
public interface IModelProviderConfig
Interface for indicating a config that can provide models.
-
Method Summary
Modifier and TypeMethodDescriptiongetModelName
(net.minecraft.world.item.ItemStack itemStack) Get the model name for the given itemstack.
-
Method Details
-
getModelName
Get the model name for the given itemstack.- Parameters:
itemStack
- The item stack- Returns:
- The model name.
-