Package net.minecraft.command.argument
Class NbtPathArgumentType.FilteredListElementNode
java.lang.Object
net.minecraft.command.argument.NbtPathArgumentType.FilteredListElementNode
- All Implemented Interfaces:
NbtPathArgumentType.PathNode
- Enclosing class:
NbtPathArgumentType
private static class NbtPathArgumentType.FilteredListElementNode
extends Object
implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name official eh$d
intermediary net/minecraft/class_2203$class_2207
named net/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode
-
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
-
filter
- Mappings:
Namespace Name Mixin selector official a
Leh$d;a:Lpj;
intermediary field_9904
Lnet/minecraft/class_2203$class_2207;field_9904:Lnet/minecraft/class_2487;
named filter
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode;filter:Lnet/minecraft/nbt/NbtCompound;
-
predicate
- Mappings:
Namespace Name Mixin selector official b
Leh$d;b:Ljava/util/function/Predicate;
intermediary field_9905
Lnet/minecraft/class_2203$class_2207;field_9905:Ljava/util/function/Predicate;
named predicate
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode;predicate:Ljava/util/function/Predicate;
-
-
Constructor Details
-
FilteredListElementNode
- Mappings:
Namespace Name Mixin selector official <init>
Leh$d;<init>(Lpj;)V
intermediary <init>
Lnet/minecraft/class_2203$class_2207;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode;<init>(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
-