Package net.minecraft.item.map
Record Class MapId
java.lang.Object
java.lang.Record
net.minecraft.item.map.MapId
- Record Components:
id
-
- Mappings:
Namespace Name official ejy
intermediary net/minecraft/class_9209
named net/minecraft/item/map/MapId
official b
intermediary comp_2315
named id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
id()
Returns the value of theid
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
id
private final int idThe field for theid
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lejy;a:Lxs;
intermediary field_48924
Lnet/minecraft/class_9209;field_48924:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/item/map/MapId;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
MapId
public MapId(int int2)
-
-
Method Details
-
asString
- Mappings:
Namespace Name Mixin selector official a
Lejy;a()Ljava/lang/String;
intermediary method_56814
Lnet/minecraft/class_9209;method_56814()Ljava/lang/String;
named asString
Lnet/minecraft/item/map/MapId;asString()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 with '=='. -
id
public int id()Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-