Package net.minecraft

Record Class class_12179

java.lang.Object
java.lang.Record
net.minecraft.class_12179
Record Components:
stroke -
strokeWidth -
fill -

public record class_12179(int stroke, float strokeWidth, int fill) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12179
intermediary net/minecraft/class_12179
official uq
named stroke
intermediary comp_5100
official a
named strokeWidth
intermediary comp_5101
official b
named fill
intermediary comp_5102
official c
  • Field Details

    • stroke

      private final int stroke
      The field for the stroke record component.
    • strokeWidth

      private final float strokeWidth
      The field for the strokeWidth record component.
    • fill

      private final int fill
      The field for the fill record component.
    • field_63655

      private static final float field_63655
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63655 Lnet/minecraft/class_12179;field_63655:F
      intermediary field_63655 Lnet/minecraft/class_12179;field_63655:F
      official d Luq;d:F
  • Constructor Details

    • class_12179

      public class_12179(int int2, float float2, int int3)
  • Method Details

    • method_75535

      public static class_12179 method_75535(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_75535 Lnet/minecraft/class_12179;method_75535(I)Lnet/minecraft/class_12179;
      intermediary method_75535 Lnet/minecraft/class_12179;method_75535(I)Lnet/minecraft/class_12179;
      official a Luq;a(I)Luq;
    • method_75536

      public static class_12179 method_75536(int int2, float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_75536 Lnet/minecraft/class_12179;method_75536(IF)Lnet/minecraft/class_12179;
      intermediary method_75536 Lnet/minecraft/class_12179;method_75536(IF)Lnet/minecraft/class_12179;
      official a Luq;a(IF)Luq;
    • method_75539

      public static class_12179 method_75539(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_75539 Lnet/minecraft/class_12179;method_75539(I)Lnet/minecraft/class_12179;
      intermediary method_75539 Lnet/minecraft/class_12179;method_75539(I)Lnet/minecraft/class_12179;
      official b Luq;b(I)Luq;
    • method_75537

      public static class_12179 method_75537(int int2, float float2, int int3)
      Mappings:
      Namespace Name Mixin selector
      named method_75537 Lnet/minecraft/class_12179;method_75537(IFI)Lnet/minecraft/class_12179;
      intermediary method_75537 Lnet/minecraft/class_12179;method_75537(IFI)Lnet/minecraft/class_12179;
      official a Luq;a(IFI)Luq;
    • method_75534

      public boolean method_75534()
      Mappings:
      Namespace Name Mixin selector
      named method_75534 Lnet/minecraft/class_12179;method_75534()Z
      intermediary method_75534 Lnet/minecraft/class_12179;method_75534()Z
      official a Luq;a()Z
    • method_75538

      public boolean method_75538()
      Mappings:
      Namespace Name Mixin selector
      named method_75538 Lnet/minecraft/class_12179;method_75538()Z
      intermediary method_75538 Lnet/minecraft/class_12179;method_75538()Z
      official b Luq;b()Z
    • 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 '=='.
      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.
    • stroke

      public int stroke()
      Returns the value of the stroke record component.
      Returns:
      the value of the stroke record component
    • strokeWidth

      public float strokeWidth()
      Returns the value of the strokeWidth record component.
      Returns:
      the value of the strokeWidth record component
    • fill

      public int fill()
      Returns the value of the fill record component.
      Returns:
      the value of the fill record component