Interface Model.JsonFactory

Enclosing class:
Model

public static interface Model.JsonFactory
Mappings:
Namespace Name
official mo$a
intermediary net/minecraft/class_4942$class_8073
named net/minecraft/data/client/Model$JsonFactory
  • Method Details

    • create

      JsonObject create(Identifier id, Map<TextureKey,Identifier> textures)
      Mappings:
      Namespace Name Mixin selector
      official create Lmo$a;create(Lahg;Ljava/util/Map;)Lcom/google/gson/JsonObject;
      intermediary create Lnet/minecraft/class_4942$class_8073;create(Lnet/minecraft/class_2960;Ljava/util/Map;)Lcom/google/gson/JsonObject;
      named create Lnet/minecraft/data/client/Model$JsonFactory;create(Lnet/minecraft/util/Identifier;Ljava/util/Map;)Lcom/google/gson/JsonObject;