Package net.minecraft
Record Class class_12179
java.lang.Object
java.lang.Record
net.minecraft.class_12179
- Record Components:
stroke-strokeWidth-fill-
- Mappings:
Namespace Name named net/minecraft/class_12179intermediary net/minecraft/class_12179official uqnamed strokeintermediary comp_5100official anamed strokeWidthintermediary comp_5101official bnamed fillintermediary comp_5102official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate final intThe field for thefillrecord component.private final intThe field for thestrokerecord component.private final floatThe field for thestrokeWidthrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intfill()Returns the value of thefillrecord component.final inthashCode()Returns a hash code value for this object.booleanstatic class_12179method_75535(int int2) static class_12179method_75536(int int2, float float2) static class_12179method_75537(int int2, float float2, int int3) booleanstatic class_12179method_75539(int int2) intstroke()Returns the value of thestrokerecord component.floatReturns the value of thestrokeWidthrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
stroke
private final int strokeThe field for thestrokerecord component. -
strokeWidth
private final float strokeWidthThe field for thestrokeWidthrecord component. -
fill
private final int fillThe field for thefillrecord component. -
field_63655
private static final float field_63655- See Also:
- Mappings:
Namespace Name Mixin selector named field_63655Lnet/minecraft/class_12179;field_63655:Fintermediary field_63655Lnet/minecraft/class_12179;field_63655:Fofficial dLuq;d:F
-
-
Constructor Details
-
class_12179
public class_12179(int int2, float float2, int int3)
-
-
Method Details
-
method_75535
- Mappings:
Namespace Name Mixin selector named method_75535Lnet/minecraft/class_12179;method_75535(I)Lnet/minecraft/class_12179;intermediary method_75535Lnet/minecraft/class_12179;method_75535(I)Lnet/minecraft/class_12179;official aLuq;a(I)Luq;
-
method_75536
- Mappings:
Namespace Name Mixin selector named method_75536Lnet/minecraft/class_12179;method_75536(IF)Lnet/minecraft/class_12179;intermediary method_75536Lnet/minecraft/class_12179;method_75536(IF)Lnet/minecraft/class_12179;official aLuq;a(IF)Luq;
-
method_75539
- Mappings:
Namespace Name Mixin selector named method_75539Lnet/minecraft/class_12179;method_75539(I)Lnet/minecraft/class_12179;intermediary method_75539Lnet/minecraft/class_12179;method_75539(I)Lnet/minecraft/class_12179;official bLuq;b(I)Luq;
-
method_75537
- Mappings:
Namespace Name Mixin selector named method_75537Lnet/minecraft/class_12179;method_75537(IFI)Lnet/minecraft/class_12179;intermediary method_75537Lnet/minecraft/class_12179;method_75537(IFI)Lnet/minecraft/class_12179;official aLuq;a(IFI)Luq;
-
method_75534
public boolean method_75534()- Mappings:
Namespace Name Mixin selector named method_75534Lnet/minecraft/class_12179;method_75534()Zintermediary method_75534Lnet/minecraft/class_12179;method_75534()Zofficial aLuq;a()Z
-
method_75538
public boolean method_75538()- Mappings:
Namespace Name Mixin selector named method_75538Lnet/minecraft/class_12179;method_75538()Zintermediary method_75538Lnet/minecraft/class_12179;method_75538()Zofficial bLuq;b()Z
-
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. -
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. -
equals
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 '=='. -
stroke
public int stroke()Returns the value of thestrokerecord component.- Returns:
- the value of the
strokerecord component
-
strokeWidth
public float strokeWidth()Returns the value of thestrokeWidthrecord component.- Returns:
- the value of the
strokeWidthrecord component
-
fill
public int fill()Returns the value of thefillrecord component.- Returns:
- the value of the
fillrecord component
-