Package net.minecraft.registry
Record Class SerializableRegistries.class_9176
java.lang.Object
java.lang.Record
net.minecraft.registry.SerializableRegistries.class_9176
- Record Components:
id-data-
- Enclosing class:
SerializableRegistries
public static record SerializableRegistries.class_9176(Identifier id, NbtElement data)
extends Record
- Mappings:
Namespace Name official iz$aintermediary net/minecraft/class_7782$class_9176named net/minecraft/registry/SerializableRegistries$class_9176official bintermediary comp_2256named idofficial cintermediary comp_2257named data
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NbtElementThe field for thedatarecord component.static final PacketCodec<ByteBuf,SerializableRegistries.class_9176> private final IdentifierThe field for theidrecord component. -
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.id()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
The field for theidrecord component. -
data
The field for thedatarecord component. -
field_48772
- Mappings:
Namespace Name Mixin selector official aLiz$a;a:Lxo;intermediary field_48772Lnet/minecraft/class_7782$class_9176;field_48772:Lnet/minecraft/class_9139;named field_48772Lnet/minecraft/registry/SerializableRegistries$class_9176;field_48772:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9176
-
-
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 withObjects::equals(Object,Object). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-