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 official esa$a
intermediary net/minecraft/class_8557$class_8558
named net/minecraft/client/font/TrueTypeFontLoader$Shift
official c
intermediary comp_1529
named x
official d
intermediary comp_1530
named y
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TrueTypeFontLoader.Shift>
static final TrueTypeFontLoader.Shift
private final float
The field for thex
record component.private final float
The field for they
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.float
x()
Returns the value of thex
record component.float
y()
Returns the value of they
record component.
-
Field Details
-
x
private final float xThe field for thex
record component. -
y
private final float yThe field for they
record component. -
NONE
- Mappings:
Namespace Name Mixin selector official a
Lesa$a;a:Lesa$a;
intermediary field_44806
Lnet/minecraft/class_8557$class_8558;field_44806:Lnet/minecraft/class_8557$class_8558;
named NONE
Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;NONE:Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lesa$a;b:Lcom/mojang/serialization/Codec;
intermediary field_44807
Lnet/minecraft/class_8557$class_8558;field_44807:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/client/font/TrueTypeFontLoader$Shift;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Shift
public Shift(float float2, float float3)
-
-
Method Details
-
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 '=='. -
x
public float x()Returns the value of thex
record component.- Returns:
- the value of the
x
record component
-
y
public float y()Returns the value of they
record component.- Returns:
- the value of the
y
record component
-