Interface ModelLoader.SpriteGetter

Enclosing class:
ModelLoader
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface ModelLoader.SpriteGetter
Mappings:
Namespace Name
named net/minecraft/client/render/model/ModelLoader$SpriteGetter
intermediary net/minecraft/class_1088$class_9826
official gss$c
  • Method Details

    • get

      Sprite get(ModelIdentifier modelId, SpriteIdentifier spriteId)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/render/model/ModelLoader$SpriteGetter;get(Lnet/minecraft/client/util/ModelIdentifier;Lnet/minecraft/client/util/SpriteIdentifier;)Lnet/minecraft/client/texture/Sprite;
      intermediary get Lnet/minecraft/class_1088$class_9826;get(Lnet/minecraft/class_1091;Lnet/minecraft/class_4730;)Lnet/minecraft/class_1058;
      official get Lgss$c;get(Lgsu;Lgsq;)Lgql;