Record Class Scaling.Stretch

java.lang.Object
java.lang.Record
net.minecraft.client.texture.Scaling.Stretch
All Implemented Interfaces:
Scaling
Enclosing interface:
Scaling

@Environment(CLIENT) public static record Scaling.Stretch() extends Record implements Scaling
Mappings:
Namespace Name
official gge$b
intermediary net/minecraft/class_8690$class_8693
named net/minecraft/client/texture/Scaling$Stretch
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<Scaling.Stretch> CODEC
      Mappings:
      Namespace Name Mixin selector
      official c Lgge$b;c:Lcom/mojang/serialization/Codec;
      intermediary field_45654 Lnet/minecraft/class_8690$class_8693;field_45654:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/client/texture/Scaling$Stretch;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • Stretch

      public Stretch()
      Creates an instance of a Stretch record class.
  • Method Details

    • getType

      public Scaling.Type getType()
      Specified by:
      getType in interface Scaling
      Mappings:
      Namespace Name Mixin selector
      official a Lgge;a()Lgge$d;
      intermediary method_52876 Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
      named getType Lnet/minecraft/client/texture/Scaling;getType()Lnet/minecraft/client/texture/Scaling$Type;
    • 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.
      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.