Package net.minecraft.command.argument
Class NbtPathArgumentType.NamedNode
java.lang.Object
net.minecraft.command.argument.NbtPathArgumentType.NamedNode
- All Implemented Interfaces:
NbtPathArgumentType.PathNode
- Enclosing class:
NbtPathArgumentType
private static class NbtPathArgumentType.NamedNode
extends Object
implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name official ek$b
intermediary net/minecraft/class_2203$class_2205
named net/minecraft/command/argument/NbtPathArgumentType$NamedNode
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
clear
(NbtElement current) void
get
(NbtElement current, List<NbtElement> results) void
getOrInit
(NbtElement current, Supplier<NbtElement> source, List<NbtElement> results) init()
int
set
(NbtElement current, Supplier<NbtElement> source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
get, getOrInit, process
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official a
Lek$b;a:Ljava/lang/String;
intermediary field_9902
Lnet/minecraft/class_2203$class_2205;field_9902:Ljava/lang/String;
named name
Lnet/minecraft/command/argument/NbtPathArgumentType$NamedNode;name:Ljava/lang/String;
-
-
Constructor Details
-
NamedNode
- Mappings:
Namespace Name Mixin selector official <init>
Lek$b;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2203$class_2205;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/command/argument/NbtPathArgumentType$NamedNode;<init>(Ljava/lang/String;)V
-
-
Method Details
-
get
- Specified by:
get
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Lek$h;a(Ltk;Ljava/util/List;)V
intermediary method_9378
Lnet/minecraft/class_2203$class_2210;method_9378(Lnet/minecraft/class_2520;Ljava/util/List;)V
named get
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;get(Lnet/minecraft/nbt/NbtElement;Ljava/util/List;)V
-
getOrInit
- Specified by:
getOrInit
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Lek$h;a(Ltk;Ljava/util/function/Supplier;Ljava/util/List;)V
intermediary method_9380
Lnet/minecraft/class_2203$class_2210;method_9380(Lnet/minecraft/class_2520;Ljava/util/function/Supplier;Ljava/util/List;)V
named getOrInit
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;getOrInit(Lnet/minecraft/nbt/NbtElement;Ljava/util/function/Supplier;Ljava/util/List;)V
-
init
- Specified by:
init
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Lek$h;a()Ltk;
intermediary method_9382
Lnet/minecraft/class_2203$class_2210;method_9382()Lnet/minecraft/class_2520;
named init
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;init()Lnet/minecraft/nbt/NbtElement;
-
set
- Specified by:
set
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Lek$h;a(Ltk;Ljava/util/function/Supplier;)I
intermediary method_9376
Lnet/minecraft/class_2203$class_2210;method_9376(Lnet/minecraft/class_2520;Ljava/util/function/Supplier;)I
named set
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;set(Lnet/minecraft/nbt/NbtElement;Ljava/util/function/Supplier;)I
-
clear
- Specified by:
clear
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Lek$h;a(Ltk;)I
intermediary method_9383
Lnet/minecraft/class_2203$class_2210;method_9383(Lnet/minecraft/class_2520;)I
named clear
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;clear(Lnet/minecraft/nbt/NbtElement;)I
-