Package net.minecraft.client.texture
Record Class Scaling.Stretch
java.lang.Object
java.lang.Record
net.minecraft.client.texture.Scaling.Stretch
- All Implemented Interfaces:
Scaling
- Enclosing interface:
Scaling
- Mappings:
Namespace Name named net/minecraft/client/texture/Scaling$Stretch
intermediary net/minecraft/class_8690$class_8693
official gqt$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.texture.Scaling
Scaling.NineSlice, Scaling.Stretch, Scaling.Tile, Scaling.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/client/texture/Scaling$Stretch;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_45654
Lnet/minecraft/class_8690$class_8693;field_45654:Lcom/mojang/serialization/MapCodec;
official c
Lgqt$b;c:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
Stretch
public Stretch()Creates an instance of aStretch
record class.
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceScaling
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/client/texture/Scaling;getType()Lnet/minecraft/client/texture/Scaling$Type;
intermediary method_52876
Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
official a
Lgqt;a()Lgqt$d;
-
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.
-