Record Class Scaling.NineSlice

java.lang.Object
java.lang.Record
net.minecraft.client.texture.Scaling.NineSlice
Record Components:
width -
height -
border -
All Implemented Interfaces:
Scaling
Enclosing interface:
Scaling

@Environment(CLIENT) public static record Scaling.NineSlice(int width, int height, Scaling.NineSlice.Border border) extends Record implements Scaling
Mappings:
Namespace Name
named net/minecraft/client/texture/Scaling$NineSlice
intermediary net/minecraft/class_8690$class_8691
official gri$a
named width
intermediary comp_1637
official d
named height
intermediary comp_1638
official e
named border
intermediary comp_1639
official f
  • Field Details

    • width

      private final int width
      The field for the width record component.
    • height

      private final int height
      The field for the height record component.
    • border

      private final Scaling.NineSlice.Border border
      The field for the border record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<Scaling.NineSlice> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/texture/Scaling$NineSlice;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_45650 Lnet/minecraft/class_8690$class_8691;field_45650:Lcom/mojang/serialization/MapCodec;
      official c Lgri$a;c:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • validate

      private static com.mojang.serialization.DataResult<Scaling.NineSlice> validate(Scaling.NineSlice nineSlice)
      Mappings:
      Namespace Name Mixin selector
      named validate Lnet/minecraft/client/texture/Scaling$NineSlice;validate(Lnet/minecraft/client/texture/Scaling$NineSlice;)Lcom/mojang/serialization/DataResult;
      intermediary method_53493 Lnet/minecraft/class_8690$class_8691;method_53493(Lnet/minecraft/class_8690$class_8691;)Lcom/mojang/serialization/DataResult;
      official a Lgri$a;a(Lgri$a;)Lcom/mojang/serialization/DataResult;
    • getType

      public Scaling.Type getType()
      Specified by:
      getType in interface Scaling
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/client/texture/Scaling;getType()Lnet/minecraft/client/texture/Scaling$Type;
      intermediary method_52876 Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
      official a Lgri;a()Lgri$d;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • width

      public int width()
      Returns the value of the width record component.
      Returns:
      the value of the width record component
    • height

      public int height()
      Returns the value of the height record component.
      Returns:
      the value of the height record component
    • border

      public Scaling.NineSlice.Border border()
      Returns the value of the border record component.
      Returns:
      the value of the border record component