Package net.minecraft
Record Class class_11722.class_11723
java.lang.Object
java.lang.Record
net.minecraft.class_11722.class_11723
- Record Components:
atlas-sprite-
- All Implemented Interfaces:
class_11722.class_11724
- Enclosing class:
class_11722
public static record class_11722.class_11723(Identifier atlas, Identifier sprite)
extends Record
implements class_11722.class_11724
- Mappings:
Namespace Name named net/minecraft/class_11722$class_11723intermediary net/minecraft/class_11722$class_11723official zb$anamed atlasintermediary comp_4592official dnamed spriteintermediary comp_4593official e
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for theatlasrecord component.static final Identifierstatic final com.mojang.serialization.MapCodec<class_11722.class_11723> private final IdentifierThe field for thespriterecord component.Fields inherited from interface net.minecraft.class_11722.class_11724
field_61978 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatlas()Returns the value of theatlasrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static Stringmethod_73176(Identifier identifier) sprite()Returns the value of thespriterecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
atlas
The field for theatlasrecord component. -
sprite
The field for thespriterecord component. -
field_61976
- Mappings:
Namespace Name Mixin selector named field_61976Lnet/minecraft/class_11722$class_11723;field_61976:Lnet/minecraft/util/Identifier;intermediary field_61976Lnet/minecraft/class_11722$class_11723;field_61976:Lnet/minecraft/class_2960;official aLzb$a;a:Laml;
-
field_61977
- Mappings:
Namespace Name Mixin selector named field_61977Lnet/minecraft/class_11722$class_11723;field_61977:Lcom/mojang/serialization/MapCodec;intermediary field_61977Lnet/minecraft/class_11722$class_11723;field_61977:Lcom/mojang/serialization/MapCodec;official bLzb$a;b:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_11723
-
-
Method Details
-
method_73175
- Specified by:
method_73175in interfaceclass_11722.class_11724- Mappings:
Namespace Name Mixin selector named method_73175Lnet/minecraft/class_11722$class_11724;method_73175()Lnet/minecraft/class_11719;intermediary method_73175Lnet/minecraft/class_11722$class_11724;method_73175()Lnet/minecraft/class_11719;official aLzb$b;a()Lxy;
-
method_73176
- Mappings:
Namespace Name Mixin selector named method_73176Lnet/minecraft/class_11722$class_11723;method_73176(Lnet/minecraft/util/Identifier;)Ljava/lang/String;intermediary method_73176Lnet/minecraft/class_11722$class_11723;method_73176(Lnet/minecraft/class_2960;)Ljava/lang/String;official aLzb$a;a(Laml;)Ljava/lang/String;
-
method_73178
- Specified by:
method_73178in interfaceclass_11722.class_11724- Mappings:
Namespace Name Mixin selector named method_73178Lnet/minecraft/class_11722$class_11724;method_73178()Ljava/lang/String;intermediary method_73178Lnet/minecraft/class_11722$class_11724;method_73178()Ljava/lang/String;official bLzb$b;b()Ljava/lang/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. -
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 withObjects::equals(Object,Object). -
atlas
Returns the value of theatlasrecord component.- Returns:
- the value of the
atlasrecord component
-
sprite
Returns the value of thespriterecord component.- Returns:
- the value of the
spriterecord component
-