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 ejyintermediary net/minecraft/class_9209named net/minecraft/item/map/MapIdofficial bintermediary comp_2315named id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intid()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
private final int idThe field for theidrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLejy;a:Lxs;intermediary field_48924Lnet/minecraft/class_9209;field_48924:Lnet/minecraft/class_9139;named CODECLnet/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 aLejy;a()Ljava/lang/String;intermediary method_56814Lnet/minecraft/class_9209;method_56814()Ljava/lang/String;named asStringLnet/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 theidrecord component.- Returns:
- the value of the
idrecord component
-