Package net.minecraft.data.client.model
Class ModelIds
java.lang.Object
net.minecraft.data.client.model.ModelIds
public class ModelIds extends Object
-
Constructor Summary
Constructors Constructor Description ModelIds() -
Method Summary
Modifier and Type Method Description static IdentifiergetBlockModelId(Block block)static IdentifiergetBlockSubModelId(Block block, String suffix)static IdentifiergetItemModelId(Item item)static IdentifiergetItemSubModelId(Item item, String suffix)static IdentifiergetMinecraftNamespacedBlock(String name)Deprecated.static IdentifiergetMinecraftNamespacedItem(String name)
-
Constructor Details
-
ModelIds
public ModelIds()
-
-
Method Details
-
getMinecraftNamespacedBlock
Deprecated. -
getMinecraftNamespacedItem
-
getBlockSubModelId
-
getBlockModelId
-
getItemModelId
-
getItemSubModelId
-