Record Class MapId

java.lang.Object
java.lang.Record
net.minecraft.item.map.MapId
Record Components:
id -

public record MapId(int id) extends Record
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
    Modifier and Type
    Field
    Description
    static final PacketCodec<ByteBuf,MapId>
     
    private final int
    The field for the id record component.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MapId(int int2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final boolean
    equals(Object object)
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    int
    id()
    Returns the value of the id record component.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      private final int id
      The field for the id record component.
    • CODEC

      public static final PacketCodec<ByteBuf,MapId> 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

      public String 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

      public final 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • id

      public int id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component