Interface TextureStitcher.Stitchable

All Known Implementing Classes:
SpriteContents
Enclosing class:
TextureStitcher<T extends TextureStitcher.Stitchable>

@Environment(CLIENT) public static interface TextureStitcher.Stitchable
Mappings:
Namespace Name
official foi$a
intermediary net/minecraft/class_1055$class_7769
named net/minecraft/client/texture/TextureStitcher$Stitchable
  • Method Details

    • getWidth

      int getWidth()
      Mappings:
      Namespace Name Mixin selector
      official a Lfoi$a;a()I
      intermediary method_45807 Lnet/minecraft/class_1055$class_7769;method_45807()I
      named getWidth Lnet/minecraft/client/texture/TextureStitcher$Stitchable;getWidth()I
    • getHeight

      int getHeight()
      Mappings:
      Namespace Name Mixin selector
      official b Lfoi$a;b()I
      intermediary method_45815 Lnet/minecraft/class_1055$class_7769;method_45815()I
      named getHeight Lnet/minecraft/client/texture/TextureStitcher$Stitchable;getHeight()I
    • getId

      Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      official c Lfoi$a;c()Lacf;
      intermediary method_45816 Lnet/minecraft/class_1055$class_7769;method_45816()Lnet/minecraft/class_2960;
      named getId Lnet/minecraft/client/texture/TextureStitcher$Stitchable;getId()Lnet/minecraft/util/Identifier;