Package net.minecraft
Record Class class_10149
java.lang.Object
java.lang.Record
net.minecraft.class_10149
- Record Components:
values-flags-
@Environment(CLIENT)
public record class_10149(Map<String,String> values, Set<String> flags)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10149intermediary net/minecraft/class_10149official ghwnamed valuesintermediary comp_3103official cnamed flagsintermediary comp_3104official d
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_10149static final com.mojang.serialization.Codec<class_10149> The field for theflagsrecord component.The field for thevaluesrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.flags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.static class_10149.class_10150method_62928(class_10149 class_10149) booleanfinal StringtoString()Returns a string representation of this record class.values()Returns the value of thevaluesrecord component.
-
Field Details
-
values
The field for thevaluesrecord component. -
flags
The field for theflagsrecord component. -
field_53930
- Mappings:
Namespace Name Mixin selector named field_53930Lnet/minecraft/class_10149;field_53930:Lnet/minecraft/class_10149;intermediary field_53930Lnet/minecraft/class_10149;field_53930:Lnet/minecraft/class_10149;official aLghw;a:Lghw;
-
field_53931
- Mappings:
Namespace Name Mixin selector named field_53931Lnet/minecraft/class_10149;field_53931:Lcom/mojang/serialization/Codec;intermediary field_53931Lnet/minecraft/class_10149;field_53931:Lcom/mojang/serialization/Codec;official bLghw;b:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10149
-
-
Method Details
-
method_62926
- Mappings:
Namespace Name Mixin selector named method_62926Lnet/minecraft/class_10149;method_62926()Lnet/minecraft/class_10149$class_10150;intermediary method_62926Lnet/minecraft/class_10149;method_62926()Lnet/minecraft/class_10149$class_10150;official aLghw;a()Lghw$a;
-
method_62928
- Mappings:
Namespace Name Mixin selector named method_62928Lnet/minecraft/class_10149;method_62928(Lnet/minecraft/class_10149;)Lnet/minecraft/class_10149;intermediary method_62928Lnet/minecraft/class_10149;method_62928(Lnet/minecraft/class_10149;)Lnet/minecraft/class_10149;official aLghw;a(Lghw;)Lghw;
-
method_62929
- Mappings:
Namespace Name Mixin selector named method_62929Lnet/minecraft/class_10149;method_62929()Ljava/lang/String;intermediary method_62929Lnet/minecraft/class_10149;method_62929()Ljava/lang/String;official bLghw;b()Ljava/lang/String;
-
method_62930
public boolean method_62930()- Mappings:
Namespace Name Mixin selector named method_62930Lnet/minecraft/class_10149;method_62930()Zintermediary method_62930Lnet/minecraft/class_10149;method_62930()Zofficial cLghw;c()Z
-
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). -
values
Returns the value of thevaluesrecord component.- Returns:
- the value of the
valuesrecord component
-
flags
Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-