Package net.minecraft.component.type
Record Class MapIdComponent
java.lang.Object
java.lang.Record
net.minecraft.component.type.MapIdComponent
- Record Components:
id-
- All Implemented Interfaces:
TooltipAppender
- Mappings:
Namespace Name named net/minecraft/component/type/MapIdComponentintermediary net/minecraft/class_9209official eztnamed idintermediary comp_2315official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MapIdComponent> private final intThe field for theidrecord component.private static final Textstatic final PacketCodec<ByteBuf, MapIdComponent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltip(Item.TooltipContext context, Consumer<Text> textConsumer, TooltipType type, ComponentsAccess components) asString()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 named CODECLnet/minecraft/component/type/MapIdComponent;CODEC:Lcom/mojang/serialization/Codec;intermediary field_49425Lnet/minecraft/class_9209;field_49425:Lcom/mojang/serialization/Codec;official aLezt;a:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/component/type/MapIdComponent;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48924Lnet/minecraft/class_9209;field_48924:Lnet/minecraft/class_9139;official bLezt;b:Lze;
-
LOCKED_TOOLTIP_TEXT
- Mappings:
Namespace Name Mixin selector named LOCKED_TOOLTIP_TEXTLnet/minecraft/component/type/MapIdComponent;LOCKED_TOOLTIP_TEXT:Lnet/minecraft/text/Text;intermediary field_56341Lnet/minecraft/class_9209;field_56341:Lnet/minecraft/class_2561;official dLezt;d:Lxg;
-
-
Constructor Details
-
MapIdComponent
public MapIdComponent(int int2)
-
-
Method Details
-
asString
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/component/type/MapIdComponent;asString()Ljava/lang/String;intermediary method_56814Lnet/minecraft/class_9209;method_56814()Ljava/lang/String;official aLezt;a()Ljava/lang/String;
-
appendTooltip
public void appendTooltip(Item.TooltipContext context, Consumer<Text> textConsumer, TooltipType type, ComponentsAccess components) - Specified by:
appendTooltipin interfaceTooltipAppender- Mappings:
Namespace Name Mixin selector named appendTooltipLnet/minecraft/item/tooltip/TooltipAppender;appendTooltip(Lnet/minecraft/item/Item$TooltipContext;Ljava/util/function/Consumer;Lnet/minecraft/item/tooltip/TooltipType;Lnet/minecraft/component/ComponentsAccess;)Vintermediary method_57409Lnet/minecraft/class_9299;method_57409(Lnet/minecraft/class_1792$class_9635;Ljava/util/function/Consumer;Lnet/minecraft/class_1836;Lnet/minecraft/class_9473;)Vofficial aLddp;a(Ldag$b;Ljava/util/function/Consumer;Ldbz;Lkg;)V
-
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
-