public class ModelIds extends Object
Constructor and Description |
---|
ModelIds() |
Modifier and Type | Method and 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) |
@Deprecated public static Identifier getMinecraftNamespacedBlock(String name)
public static Identifier getMinecraftNamespacedItem(String name)
public static Identifier getBlockSubModelId(Block block, String suffix)
public static Identifier getBlockModelId(Block block)
public static Identifier getItemModelId(Item item)
public static Identifier getItemSubModelId(Item item, String suffix)