Package net.minecraft.loot.function
Record Class CopyNbtLootFunction.Operation
java.lang.Object
java.lang.Record
net.minecraft.loot.function.CopyNbtLootFunction.Operation
- Record Components:
parsedSourcePath-parsedTargetPath-operator-
- Enclosing class:
CopyNbtLootFunction
private static record CopyNbtLootFunction.Operation(CopyNbtLootFunction.Path parsedSourcePath, CopyNbtLootFunction.Path parsedTargetPath, CopyNbtLootFunction.Operator operator)
extends Record
- Mappings:
Namespace Name official eia$bintermediary net/minecraft/class_3837$class_3839named net/minecraft/loot/function/CopyNbtLootFunction$Operationofficial bintermediary comp_1853named parsedSourcePathofficial cintermediary comp_1854named parsedTargetPathofficial dintermediary comp_1855named operator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtLootFunction.Operation>private final CopyNbtLootFunction.OperatorThe field for theoperatorrecord component.private final CopyNbtLootFunction.PathThe field for theparsedSourcePathrecord component.private final CopyNbtLootFunction.PathThe field for theparsedTargetPathrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionOperation(CopyNbtLootFunction.Path path, CopyNbtLootFunction.Path path2, CopyNbtLootFunction.Operator operator) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.voidexecute(Supplier<NbtElement> itemNbtGetter, NbtElement sourceEntityNbt) final inthashCode()Returns a hash code value for this object.operator()Returns the value of theoperatorrecord component.Returns the value of theparsedSourcePathrecord component.Returns the value of theparsedTargetPathrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
parsedSourcePath
The field for theparsedSourcePathrecord component. -
parsedTargetPath
The field for theparsedTargetPathrecord component. -
operator
The field for theoperatorrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLeia$b;a:Lcom/mojang/serialization/Codec;intermediary field_45820Lnet/minecraft/class_3837$class_3839;field_45820:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/function/CopyNbtLootFunction$Operation;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Operation
Operation(CopyNbtLootFunction.Path path, CopyNbtLootFunction.Path path2, CopyNbtLootFunction.Operator operator) - Mappings:
Namespace Name Mixin selector official <init>Leia$b;<init>(Leia$d;Leia$d;Leia$c;)Vintermediary <init>Lnet/minecraft/class_3837$class_3839;<init>(Lnet/minecraft/class_3837$class_8753;Lnet/minecraft/class_3837$class_8753;Lnet/minecraft/class_3837$class_3841;)Vnamed <init>Lnet/minecraft/loot/function/CopyNbtLootFunction$Operation;<init>(Lnet/minecraft/loot/function/CopyNbtLootFunction$Path;Lnet/minecraft/loot/function/CopyNbtLootFunction$Path;Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;)V
-
-
Method Details
-
execute
- Mappings:
Namespace Name Mixin selector official aLeia$b;a(Ljava/util/function/Supplier;Ltk;)Vintermediary method_16860Lnet/minecraft/class_3837$class_3839;method_16860(Ljava/util/function/Supplier;Lnet/minecraft/class_2520;)Vnamed executeLnet/minecraft/loot/function/CopyNbtLootFunction$Operation;execute(Ljava/util/function/Supplier;Lnet/minecraft/nbt/NbtElement;)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 withObjects::equals(Object,Object). -
parsedSourcePath
Returns the value of theparsedSourcePathrecord component.- Returns:
- the value of the
parsedSourcePathrecord component
-
parsedTargetPath
Returns the value of theparsedTargetPathrecord component.- Returns:
- the value of the
parsedTargetPathrecord component
-
operator
Returns the value of theoperatorrecord component.- Returns:
- the value of the
operatorrecord component
-