Class ModelIds

java.lang.Object
net.minecraft.data.client.model.ModelIds

public class ModelIds
extends Object
Mappings:
Namespace Name
official jd
intermediary net/minecraft/class_4941
named net/minecraft/data/client/model/ModelIds
  • Constructor Details

    • ModelIds

      public ModelIds()
  • Method Details

    • getMinecraftNamespacedBlock

      @Deprecated public static Identifier getMinecraftNamespacedBlock​(String name)
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Ljava/lang/String;)Lwb;
      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

      public static Identifier getMinecraftNamespacedItem​(String name)
      Mappings:
      Namespace Name Mixin selector
      official b Ljd;b(Ljava/lang/String;)Lwb;
      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

      public static Identifier getBlockSubModelId​(Block block, String suffix)
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Lbwu;Ljava/lang/String;)Lwb;
      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

      public static Identifier getBlockModelId​(Block block)
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Lbwu;)Lwb;
      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

      public static Identifier getItemModelId​(Item item)
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Lbnr;)Lwb;
      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

      public static Identifier getItemSubModelId​(Item item, String suffix)
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Lbnr;Ljava/lang/String;)Lwb;
      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;