Interface ModelBaker.SpriteGetter

Enclosing class:
ModelBaker
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 ModelBaker.SpriteGetter
Mappings:
Namespace Name
named net/minecraft/client/render/model/ModelBaker$SpriteGetter
intermediary net/minecraft/class_1088$class_9826
official hdw$c
  • Method Details

    • get

      Sprite get(ModelIdentifier modelId, SpriteIdentifier spriteId)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/render/model/ModelBaker$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 Lhdw$c;get(Lhea;Lhdt;)Lhbk;