Package net.minecraft
Record Class class_8957.class_8958
java.lang.Object
java.lang.Record
net.minecraft.class_8957.class_8958
- Record Components:
key-pattern-
- Enclosing class:
class_8957
public static record class_8957.class_8958(Map<Character,Ingredient> key, List<String> pattern)
extends Record
- Mappings:
Namespace Name official cpt$aintermediary net/minecraft/class_8957$class_8958named net/minecraft/class_8957$class_8958official bintermediary comp_2085named keyofficial cintermediary comp_2086named pattern
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_8957.class_8958>private static final com.mojang.serialization.Codec<Character>private final Map<Character,Ingredient> The field for thekeyrecord component.The field for thepatternrecord component. -
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.key()Returns the value of thekeyrecord component.pattern()Returns the value of thepatternrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
key
The field for thekeyrecord component. -
pattern
The field for thepatternrecord component. -
field_47324
- Mappings:
Namespace Name Mixin selector official dLcpt$a;d:Lcom/mojang/serialization/Codec;intermediary field_47324Lnet/minecraft/class_8957$class_8958;field_47324:Lcom/mojang/serialization/Codec;named field_47324Lnet/minecraft/class_8957$class_8958;field_47324:Lcom/mojang/serialization/Codec;
-
field_47325
- Mappings:
Namespace Name Mixin selector official eLcpt$a;e:Lcom/mojang/serialization/Codec;intermediary field_47325Lnet/minecraft/class_8957$class_8958;field_47325:Lcom/mojang/serialization/Codec;named field_47325Lnet/minecraft/class_8957$class_8958;field_47325:Lcom/mojang/serialization/Codec;
-
field_47323
- Mappings:
Namespace Name Mixin selector official aLcpt$a;a:Lcom/mojang/serialization/MapCodec;intermediary field_47323Lnet/minecraft/class_8957$class_8958;field_47323:Lcom/mojang/serialization/MapCodec;named field_47323Lnet/minecraft/class_8957$class_8958;field_47323:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_8958
-
-
Method Details
-
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). -
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-
pattern
Returns the value of thepatternrecord component.- Returns:
- the value of the
patternrecord component
-