Package net.minecraft
Record Class class_12199.class_12201<Value,Argument>
java.lang.Object
java.lang.Record
net.minecraft.class_12199.class_12201<Value,Argument>
- Record Components:
argument-modifier-
- Enclosing class:
class_12199
public static record class_12199.class_12201<Value,Argument> (Argument argument, class_12212<Value,Argument> modifier)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_12199$class_12201intermediary net/minecraft/class_12199$class_12201official cdw$bnamed argumentintermediary comp_5140official anamed modifierintermediary comp_5141official b
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionclass_12201(Argument argument, class_12212<Value, Argument> modifier) Creates an instance of aclass_12201record class. -
Method Summary
Modifier and TypeMethodDescriptionargument()Returns the value of theargumentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static <Value> com.mojang.serialization.Codec<class_12199.class_12201<Value, ?>> method_75676(class_12197<Value> class_12197) private static <Value,Argument>
com.mojang.serialization.MapCodec<class_12199.class_12201<Value, Argument>> method_75677(class_12197<Value> class_12197, class_12212<Value, Argument> class_12212) method_75682(Value value) modifier()Returns the value of themodifierrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
Method Details
-
method_75676
private static <Value> com.mojang.serialization.Codec<class_12199.class_12201<Value,?>> method_75676(class_12197<Value> class_12197) - Mappings:
Namespace Name Mixin selector named method_75676Lnet/minecraft/class_12199$class_12201;method_75676(Lnet/minecraft/class_12197;)Lcom/mojang/serialization/Codec;intermediary method_75676Lnet/minecraft/class_12199$class_12201;method_75676(Lnet/minecraft/class_12197;)Lcom/mojang/serialization/Codec;official aLcdw$b;a(Lcdv;)Lcom/mojang/serialization/Codec;
-
method_75677
private static <Value,Argument> com.mojang.serialization.MapCodec<class_12199.class_12201<Value,Argument>> method_75677(class_12197<Value> class_12197, class_12212<Value, Argument> class_12212) - Mappings:
Namespace Name Mixin selector named method_75677Lnet/minecraft/class_12199$class_12201;method_75677(Lnet/minecraft/class_12197;Lnet/minecraft/class_12212;)Lcom/mojang/serialization/MapCodec;intermediary method_75677Lnet/minecraft/class_12199$class_12201;method_75677(Lnet/minecraft/class_12197;Lnet/minecraft/class_12212;)Lcom/mojang/serialization/MapCodec;official aLcdw$b;a(Lcdv;Lcee;)Lcom/mojang/serialization/MapCodec;
-
method_75682
- Mappings:
Namespace Name Mixin selector named method_75682Lnet/minecraft/class_12199$class_12201;method_75682(Ljava/lang/Object;)Ljava/lang/Object;intermediary method_75682Lnet/minecraft/class_12199$class_12201;method_75682(Ljava/lang/Object;)Ljava/lang/Object;official aLcdw$b;a(Ljava/lang/Object;)Ljava/lang/Object;
-
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). -
argument
Returns the value of theargumentrecord component.- Returns:
- the value of the
argumentrecord component
-
modifier
Returns the value of themodifierrecord component.- Returns:
- the value of the
modifierrecord component
-