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 Identifier
getBlockModelId(Block block)
static Identifier
getBlockSubModelId(Block block, String suffix)
static Identifier
getItemModelId(Item item)
static Identifier
getItemSubModelId(Item item, String suffix)
static Identifier
getMinecraftNamespacedBlock(String name)
Deprecated.static Identifier
getMinecraftNamespacedItem(String name)
-
Constructor Details
-
ModelIds
public ModelIds()
-
-
Method Details
-
getMinecraftNamespacedBlock
Deprecated. -
getMinecraftNamespacedItem
-
getBlockSubModelId
-
getBlockModelId
-
getItemModelId
-
getItemSubModelId
-