Package net.minecraft
Record Class class_9824.SourceTrackedData
java.lang.Object
java.lang.Record
net.minecraft.class_9824.SourceTrackedData
- Record Components:
source-data-
- Enclosing class:
class_9824
@Environment(CLIENT)
public static record class_9824.SourceTrackedData(String source, JsonElement data)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_9824$SourceTrackedDataintermediary net/minecraft/class_9824$class_7777official gsm$bnamed sourceintermediary comp_1056official anamed dataintermediary comp_1057official b
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondata()Returns the value of thedatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.(package private) ModelVariantMapmethod_61071(Identifier identifier, ModelVariantMap.DeserializationContext deserializationContext) source()Returns the value of thesourcerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
SourceTrackedData
-
-
Method Details
-
method_61071
ModelVariantMap method_61071(Identifier identifier, ModelVariantMap.DeserializationContext deserializationContext) - Mappings:
Namespace Name Mixin selector named method_61071Lnet/minecraft/class_9824$SourceTrackedData;method_61071(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/render/model/json/ModelVariantMap$DeserializationContext;)Lnet/minecraft/client/render/model/json/ModelVariantMap;intermediary method_61071Lnet/minecraft/class_9824$class_7777;method_61071(Lnet/minecraft/class_2960;Lnet/minecraft/class_790$class_791;)Lnet/minecraft/class_790;official aLgsm$b;a(Lakr;Lgga$a;)Lgga;
-
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). -
source
Returns the value of thesourcerecord component.- Returns:
- the value of the
sourcerecord component
-
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-