Package net.minecraft.command.argument
Class NbtPathArgumentType.FilteredNamedNode
java.lang.Object
net.minecraft.command.argument.NbtPathArgumentType.FilteredNamedNode
- All Implemented Interfaces:
NbtPathArgumentType.PathNode
- Enclosing class:
NbtPathArgumentType
private static class NbtPathArgumentType.FilteredNamedNode
extends Object
implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name official eh$e
intermediary net/minecraft/class_2203$class_2208
named net/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode
-
Field Summary
Modifier and TypeFieldDescriptionprivate final NbtCompound
private final String
private final Predicate<NbtElement>
-
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
Leh$e;a:Ljava/lang/String;
intermediary field_9906
Lnet/minecraft/class_2203$class_2208;field_9906:Ljava/lang/String;
named name
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode;name:Ljava/lang/String;
-
filter
- Mappings:
Namespace Name Mixin selector official b
Leh$e;b:Lpj;
intermediary field_9907
Lnet/minecraft/class_2203$class_2208;field_9907:Lnet/minecraft/class_2487;
named filter
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode;filter:Lnet/minecraft/nbt/NbtCompound;
-
predicate
- Mappings:
Namespace Name Mixin selector official c
Leh$e;c:Ljava/util/function/Predicate;
intermediary field_9908
Lnet/minecraft/class_2203$class_2208;field_9908:Ljava/util/function/Predicate;
named predicate
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode;predicate:Ljava/util/function/Predicate;
-
-
Constructor Details
-
FilteredNamedNode
- Mappings:
Namespace Name Mixin selector official <init>
Leh$e;<init>(Ljava/lang/String;Lpj;)V
intermediary <init>
Lnet/minecraft/class_2203$class_2208;<init>(Ljava/lang/String;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode;<init>(Ljava/lang/String;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
get
- Specified by:
get
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector official a
Leh$h;a(Lqc;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
Leh$h;a(Lqc;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
Leh$h;a()Lqc;
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
Leh$h;a(Lqc;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
Leh$h;a(Lqc;)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
-