Record Class PalettedPermutationsAtlasSource.PalettedSpriteRegion

java.lang.Object
java.lang.Record
net.minecraft.client.texture.atlas.PalettedPermutationsAtlasSource.PalettedSpriteRegion
Record Components:
baseImage -
palette -
permutationLocation -
All Implemented Interfaces:
Function<SpriteOpener,SpriteContents>, AtlasSource.SpriteRegion
Enclosing class:
PalettedPermutationsAtlasSource

@Environment(CLIENT) private static record PalettedPermutationsAtlasSource.PalettedSpriteRegion(Sprite baseImage, Supplier<IntUnaryOperator> palette, Identifier permutationLocation) extends Record implements AtlasSource.SpriteRegion
Mappings:
Namespace Name
official gey$a
intermediary net/minecraft/class_8066$class_8067
named net/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource$PalettedSpriteRegion
official a
intermediary comp_1216
named baseImage
official b
intermediary comp_1217
named palette
official c
intermediary comp_1218
named permutationLocation
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      @Nullable public @Nullable SpriteContents apply(SpriteOpener spriteOpener)
      Specified by:
      apply in interface Function<SpriteOpener,SpriteContents>
      Mappings:
      Namespace Name Mixin selector
      official a Lgey$a;a(Lgeq;)Lgeh;
      intermediary method_52853 Lnet/minecraft/class_8066$class_8067;method_52853(Lnet/minecraft/class_8684;)Lnet/minecraft/class_7764;
      named apply Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource$PalettedSpriteRegion;apply(Lnet/minecraft/client/texture/SpriteOpener;)Lnet/minecraft/client/texture/SpriteContents;
    • close

      public void close()
      Specified by:
      close in interface AtlasSource.SpriteRegion
      Mappings:
      Namespace Name Mixin selector
      official a Lger$b;a()V
      intermediary method_47676 Lnet/minecraft/class_7948$class_7950;method_47676()V
      named close Lnet/minecraft/client/texture/atlas/AtlasSource$SpriteRegion;close()V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • baseImage

      public Sprite baseImage()
      Returns the value of the baseImage record component.
      Returns:
      the value of the baseImage record component
    • palette

      public Supplier<IntUnaryOperator> palette()
      Returns the value of the palette record component.
      Returns:
      the value of the palette record component
    • permutationLocation

      public Identifier permutationLocation()
      Returns the value of the permutationLocation record component.
      Returns:
      the value of the permutationLocation record component