Package net.minecraft

Record Class class_12187.class_12188

java.lang.Object
java.lang.Record
net.minecraft.class_12187.class_12188
Record Components:
color -
scale -
adjustLeft -
Enclosing class:
class_12187

public static record class_12187.class_12188(int color, float scale, OptionalDouble adjustLeft) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12187$class_12188
intermediary net/minecraft/class_12187$class_12188
official uw$a
named color
intermediary comp_5118
official b
named scale
intermediary comp_5119
official c
named adjustLeft
intermediary comp_5120
official d
  • Field Details

    • color

      private final int color
      The field for the color record component.
    • scale

      private final float scale
      The field for the scale record component.
    • adjustLeft

      private final OptionalDouble adjustLeft
      The field for the adjustLeft record component.
    • field_63664

      public static final float field_63664
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63664 Lnet/minecraft/class_12187$class_12188;field_63664:F
      intermediary field_63664 Lnet/minecraft/class_12187$class_12188;field_63664:F
      official a Luw$a;a:F
  • Constructor Details

    • class_12188

      public class_12188(int int2, float float2, OptionalDouble optionalDouble)
  • Method Details

    • method_75564

      public static class_12187.class_12188 method_75564()
      Mappings:
      Namespace Name Mixin selector
      named method_75564 Lnet/minecraft/class_12187$class_12188;method_75564()Lnet/minecraft/class_12187$class_12188;
      intermediary method_75564 Lnet/minecraft/class_12187$class_12188;method_75564()Lnet/minecraft/class_12187$class_12188;
      official a Luw$a;a()Luw$a;
    • method_75566

      public static class_12187.class_12188 method_75566(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_75566 Lnet/minecraft/class_12187$class_12188;method_75566(I)Lnet/minecraft/class_12187$class_12188;
      intermediary method_75566 Lnet/minecraft/class_12187$class_12188;method_75566(I)Lnet/minecraft/class_12187$class_12188;
      official a Luw$a;a(I)Luw$a;
    • method_75568

      public static class_12187.class_12188 method_75568(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_75568 Lnet/minecraft/class_12187$class_12188;method_75568(I)Lnet/minecraft/class_12187$class_12188;
      intermediary method_75568 Lnet/minecraft/class_12187$class_12188;method_75568(I)Lnet/minecraft/class_12187$class_12188;
      official b Luw$a;b(I)Luw$a;
    • method_75565

      public class_12187.class_12188 method_75565(float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_75565 Lnet/minecraft/class_12187$class_12188;method_75565(F)Lnet/minecraft/class_12187$class_12188;
      intermediary method_75565 Lnet/minecraft/class_12187$class_12188;method_75565(F)Lnet/minecraft/class_12187$class_12188;
      official a Luw$a;a(F)Luw$a;
    • method_75567

      public class_12187.class_12188 method_75567(float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_75567 Lnet/minecraft/class_12187$class_12188;method_75567(F)Lnet/minecraft/class_12187$class_12188;
      intermediary method_75567 Lnet/minecraft/class_12187$class_12188;method_75567(F)Lnet/minecraft/class_12187$class_12188;
      official b Luw$a;b(F)Luw$a;
    • 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.
    • color

      public int color()
      Returns the value of the color record component.
      Returns:
      the value of the color record component
    • scale

      public float scale()
      Returns the value of the scale record component.
      Returns:
      the value of the scale record component
    • adjustLeft

      public OptionalDouble adjustLeft()
      Returns the value of the adjustLeft record component.
      Returns:
      the value of the adjustLeft record component