Package net.minecraft
Record Class class_11448
java.lang.Object
java.lang.Record
net.minecraft.class_11448
- Record Components:
id-
- All Implemented Interfaces:
class_11449,class_11452
- Mappings:
Namespace Name named net/minecraft/class_11448intermediary net/minecraft/class_11448official asqnamed idintermediary comp_4356official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_11448> private static final charprivate static final charprivate static final Escaperprivate final IdentifierThe field for theidrecord component.Fields inherited from interface net.minecraft.class_11452
field_60661 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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.com.mojang.serialization.MapCodec<class_11448> method_71742(Map<String, String> map) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
The field for theidrecord component. -
field_60653
private static final char field_60653- See Also:
- Mappings:
Namespace Name Mixin selector named field_60653Lnet/minecraft/class_11448;field_60653:Cintermediary field_60653Lnet/minecraft/class_11448;field_60653:Cofficial dLasq;d:C
-
field_60654
private static final char field_60654- See Also:
- Mappings:
Namespace Name Mixin selector named field_60654Lnet/minecraft/class_11448;field_60654:Cintermediary field_60654Lnet/minecraft/class_11448;field_60654:Cofficial eLasq;e:C
-
field_60655
- Mappings:
Namespace Name Mixin selector named field_60655Lnet/minecraft/class_11448;field_60655:Lcom/google/common/escape/Escaper;intermediary field_60655Lnet/minecraft/class_11448;field_60655:Lcom/google/common/escape/Escaper;official fLasq;f:Lcom/google/common/escape/Escaper;
-
field_60652
- Mappings:
Namespace Name Mixin selector named field_60652Lnet/minecraft/class_11448;field_60652:Lcom/mojang/serialization/MapCodec;intermediary field_60652Lnet/minecraft/class_11448;field_60652:Lcom/mojang/serialization/MapCodec;official aLasq;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_11448
-
-
Method Details
-
method_71738
- Specified by:
method_71738in interfaceclass_11449- Specified by:
method_71738in interfaceclass_11452- Mappings:
Namespace Name Mixin selector named method_71738Lnet/minecraft/class_11452;method_71738()Lcom/mojang/serialization/MapCodec;intermediary method_71738Lnet/minecraft/class_11452;method_71738()Lcom/mojang/serialization/MapCodec;official aLasu;a()Lcom/mojang/serialization/MapCodec;
-
method_71742
- Specified by:
method_71742in interfaceclass_11449- Mappings:
Namespace Name Mixin selector named method_71742Lnet/minecraft/class_11449;method_71742(Ljava/util/Map;)Ljava/lang/String;intermediary method_71742Lnet/minecraft/class_11449;method_71742(Ljava/util/Map;)Ljava/lang/String;official aLasr;a(Ljava/util/Map;)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 withObjects::equals(Object,Object). -
id
Returns the value of theidrecord component.- Specified by:
idin interfaceclass_11449- Returns:
- the value of the
idrecord component
-