Class SimpleModelSupplier

java.lang.Object
net.minecraft.data.client.model.SimpleModelSupplier
All Implemented Interfaces:
Supplier<JsonElement>

public class SimpleModelSupplier extends Object implements Supplier<JsonElement>
Mappings:
Namespace Name
official jp
intermediary net/minecraft/class_4940
named net/minecraft/data/client/model/SimpleModelSupplier
  • Field Details

    • parent

      private final Identifier parent
      Mappings:
      Namespace Name Mixin selector
      official a Ljp;a:Lyh;
      intermediary field_22900 Lnet/minecraft/class_4940;field_22900:Lnet/minecraft/class_2960;
      named parent Lnet/minecraft/data/client/model/SimpleModelSupplier;parent:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • SimpleModelSupplier

      public SimpleModelSupplier(Identifier parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ljp;<init>(Lyh;)V
      intermediary <init> Lnet/minecraft/class_4940;<init>(Lnet/minecraft/class_2960;)V
      named <init> Lnet/minecraft/data/client/model/SimpleModelSupplier;<init>(Lnet/minecraft/util/Identifier;)V
  • Method Details

    • get

      public JsonElement get()
      Specified by:
      get in interface Supplier<JsonElement>
      Mappings:
      Namespace Name Mixin selector
      official a Ljp;a()Lcom/google/gson/JsonElement;
      intermediary method_25839 Lnet/minecraft/class_4940;method_25839()Lcom/google/gson/JsonElement;
      named get Lnet/minecraft/data/client/model/SimpleModelSupplier;get()Lcom/google/gson/JsonElement;