Package net.minecraft.data.client.model
Class ModelIds
java.lang.Object
net.minecraft.data.client.model.ModelIds
- Mappings:
Namespace Name official jn
intermediary net/minecraft/class_4941
named net/minecraft/data/client/model/ModelIds
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Deprecated.static Identifier
getMinecraftNamespacedItem(String name)
-
Constructor Details
-
ModelIds
public ModelIds()
-
-
Method Details
-
getMinecraftNamespacedBlock
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ljn;a(Ljava/lang/String;)Lww;
intermediary method_25844
Lnet/minecraft/class_4941;method_25844(Ljava/lang/String;)Lnet/minecraft/class_2960;
named getMinecraftNamespacedBlock
Lnet/minecraft/data/client/model/ModelIds;getMinecraftNamespacedBlock(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
getMinecraftNamespacedItem
- Mappings:
Namespace Name Mixin selector official b
Ljn;b(Ljava/lang/String;)Lww;
intermediary method_25845
Lnet/minecraft/class_4941;method_25845(Ljava/lang/String;)Lnet/minecraft/class_2960;
named getMinecraftNamespacedItem
Lnet/minecraft/data/client/model/ModelIds;getMinecraftNamespacedItem(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
getBlockSubModelId
- Mappings:
Namespace Name Mixin selector official a
Ljn;a(Lbzo;Ljava/lang/String;)Lww;
intermediary method_25843
Lnet/minecraft/class_4941;method_25843(Lnet/minecraft/class_2248;Ljava/lang/String;)Lnet/minecraft/class_2960;
named getBlockSubModelId
Lnet/minecraft/data/client/model/ModelIds;getBlockSubModelId(Lnet/minecraft/block/Block;Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
getBlockModelId
- Mappings:
Namespace Name Mixin selector official a
Ljn;a(Lbzo;)Lww;
intermediary method_25842
Lnet/minecraft/class_4941;method_25842(Lnet/minecraft/class_2248;)Lnet/minecraft/class_2960;
named getBlockModelId
Lnet/minecraft/data/client/model/ModelIds;getBlockModelId(Lnet/minecraft/block/Block;)Lnet/minecraft/util/Identifier;
-
getItemModelId
- Mappings:
Namespace Name Mixin selector official a
Ljn;a(Lbql;)Lww;
intermediary method_25840
Lnet/minecraft/class_4941;method_25840(Lnet/minecraft/class_1792;)Lnet/minecraft/class_2960;
named getItemModelId
Lnet/minecraft/data/client/model/ModelIds;getItemModelId(Lnet/minecraft/item/Item;)Lnet/minecraft/util/Identifier;
-
getItemSubModelId
- Mappings:
Namespace Name Mixin selector official a
Ljn;a(Lbql;Ljava/lang/String;)Lww;
intermediary method_25841
Lnet/minecraft/class_4941;method_25841(Lnet/minecraft/class_1792;Ljava/lang/String;)Lnet/minecraft/class_2960;
named getItemSubModelId
Lnet/minecraft/data/client/model/ModelIds;getItemSubModelId(Lnet/minecraft/item/Item;Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-