Package net.minecraft.loot.function
Enum CopyNbtLootFunction.Operator
java.lang.Object
java.lang.Enum<CopyNbtLootFunction.Operator>
net.minecraft.loot.function.CopyNbtLootFunction.Operator
- All Implemented Interfaces:
Serializable,Comparable<CopyNbtLootFunction.Operator>,java.lang.constant.Constable
- Enclosing class:
- CopyNbtLootFunction
public static enum CopyNbtLootFunction.Operator extends Enum<CopyNbtLootFunction.Operator>
- Mappings:
Namespace Name official dfl$cintermediary net/minecraft/class_3837$class_3841named net/minecraft/loot/function/CopyNbtLootFunction$Operator
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static CopyNbtLootFunction.Operatorget(String name)abstract voidmerge(Tag itemTag, NbtPathArgumentType.NbtPath targetPath, List<Tag> sourceTags)static CopyNbtLootFunction.OperatorvalueOf(String name)Returns the enum constant of this type with the specified name.static CopyNbtLootFunction.Operator[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REPLACE
- Mappings:
Namespace Name Mixin selector official aLdfl$c;a:Ldfl$c;intermediary field_17032Lnet/minecraft/class_3837$class_3841;field_17032:Lnet/minecraft/class_3837$class_3841;named REPLACELnet/minecraft/loot/function/CopyNbtLootFunction$Operator;REPLACE:Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;
-
APPEND
- Mappings:
Namespace Name Mixin selector official bLdfl$c;b:Ldfl$c;intermediary field_17033Lnet/minecraft/class_3837$class_3841;field_17033:Lnet/minecraft/class_3837$class_3841;named APPENDLnet/minecraft/loot/function/CopyNbtLootFunction$Operator;APPEND:Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;
-
MERGE
- Mappings:
Namespace Name Mixin selector official cLdfl$c;c:Ldfl$c;intermediary field_17034Lnet/minecraft/class_3837$class_3841;field_17034:Lnet/minecraft/class_3837$class_3841;named MERGELnet/minecraft/loot/function/CopyNbtLootFunction$Operator;MERGE:Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLdfl$c;d:Ljava/lang/String;intermediary field_17035Lnet/minecraft/class_3837$class_3841;field_17035:Ljava/lang/String;named nameLnet/minecraft/loot/function/CopyNbtLootFunction$Operator;name:Ljava/lang/String;
-
-
Constructor Details
-
Operator
- Mappings:
Namespace Name Mixin selector official <init>Ldfl$c;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3837$class_3841;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
merge
public abstract void merge(Tag itemTag, NbtPathArgumentType.NbtPath targetPath, List<Tag> sourceTags) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLdfl$c;a(Lni;Ldr$g;Ljava/util/List;)Vintermediary method_16864Lnet/minecraft/class_3837$class_3841;method_16864(Lnet/minecraft/class_2520;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)Vnamed mergeLnet/minecraft/loot/function/CopyNbtLootFunction$Operator;merge(Lnet/minecraft/nbt/Tag;Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;Ljava/util/List;)V
-
get
- Mappings:
Namespace Name Mixin selector official aLdfl$c;a(Ljava/lang/String;)Ldfl$c;intermediary method_16865Lnet/minecraft/class_3837$class_3841;method_16865(Ljava/lang/String;)Lnet/minecraft/class_3837$class_3841;named getLnet/minecraft/loot/function/CopyNbtLootFunction$Operator;get(Ljava/lang/String;)Lnet/minecraft/loot/function/CopyNbtLootFunction$Operator;
-