Package net.minecraft.client.font
Record Class TrueTypeFontLoader.Shift
java.lang.Object
java.lang.Record
net.minecraft.client.font.TrueTypeFontLoader.Shift
- Record Components:
- x-
- y-
- Enclosing class:
- TrueTypeFontLoader
- Mappings:
- Namespace - Name - named - net/minecraft/client/font/TrueTypeFontLoader$Shift- intermediary - net/minecraft/class_8557$class_8558- official - fsa$a- named - x- intermediary - comp_1529- official - c- named - y- intermediary - comp_1530- official - d
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TrueTypeFontLoader.Shift> static final TrueTypeFontLoader.Shiftprivate final floatThe field for thexrecord component.private final floatThe field for theyrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.floatx()Returns the value of thexrecord component.floaty()Returns the value of theyrecord component.
- 
Field Details- 
xprivate final float xThe field for thexrecord component.
- 
yprivate final float yThe field for theyrecord component.
- 
NONE- Mappings:
- Namespace - Name - Mixin selector - named - NONE- Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;NONE:Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;- intermediary - field_44806- Lnet/minecraft/class_8557$class_8558;field_44806:Lnet/minecraft/class_8557$class_8558;- official - a- Lfsa$a;a:Lfsa$a;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_44807- Lnet/minecraft/class_8557$class_8558;field_44807:Lcom/mojang/serialization/Codec;- official - b- Lfsa$a;b:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
Shiftpublic Shift(float float2, float float3) 
 
- 
- 
Method Details- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
xpublic float x()Returns the value of thexrecord component.- Returns:
- the value of the xrecord component
 
- 
ypublic float y()Returns the value of theyrecord component.- Returns:
- the value of the yrecord component
 
 
-