Class ModelProvider.ModelSuppliers

java.lang.Object
net.minecraft.client.data.ModelProvider.ModelSuppliers
All Implemented Interfaces:
BiConsumer<Identifier,ModelSupplier>
Enclosing class:
ModelProvider

@Environment(CLIENT) private static class ModelProvider.ModelSuppliers extends Object implements BiConsumer<Identifier,ModelSupplier>
Mappings:
Namespace Name
named net/minecraft/client/data/ModelProvider$ModelSuppliers
intermediary net/minecraft/class_4916$class_10408
official fne$c
  • Field Details Link icon

    • modelSuppliers Link icon

      private final Map<Identifier,ModelSupplier> modelSuppliers
      Mappings:
      Namespace Name Mixin selector
      named modelSuppliers Lnet/minecraft/client/data/ModelProvider$ModelSuppliers;modelSuppliers:Ljava/util/Map;
      intermediary field_55251 Lnet/minecraft/class_4916$class_10408;field_55251:Ljava/util/Map;
      official a Lfne$c;a:Ljava/util/Map;
  • Constructor Details Link icon

    • ModelSuppliers Link icon

      ModelSuppliers()
  • Method Details Link icon

    • accept Link icon

      public void accept(Identifier identifier, ModelSupplier modelSupplier)
      Specified by:
      accept in interface BiConsumer<Identifier,ModelSupplier>
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/client/data/ModelProvider$ModelSuppliers;accept(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/data/ModelSupplier;)V
      intermediary method_65477 Lnet/minecraft/class_4916$class_10408;method_65477(Lnet/minecraft/class_2960;Lnet/minecraft/class_10411;)V
      official a Lfne$c;a(Lakv;Lfnr;)V
    • writeAllToPath Link icon

      public CompletableFuture<?> writeAllToPath(DataWriter writer, DataOutput.PathResolver pathResolver)
      Mappings:
      Namespace Name Mixin selector
      named writeAllToPath Lnet/minecraft/client/data/ModelProvider$ModelSuppliers;writeAllToPath(Lnet/minecraft/data/DataWriter;Lnet/minecraft/data/DataOutput$PathResolver;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_65478 Lnet/minecraft/class_4916$class_10408;method_65478(Lnet/minecraft/class_7403;Lnet/minecraft/class_7784$class_7489;)Ljava/util/concurrent/CompletableFuture;
      official a Lfne$c;a(Lmg;Lmk$a;)Ljava/util/concurrent/CompletableFuture;