Package net.minecraft.command.argument
Class NbtPathArgumentType.FilteredRootNode
java.lang.Object
net.minecraft.command.argument.NbtPathArgumentType.FilteredRootNode
- All Implemented Interfaces:
NbtPathArgumentType.PathNode
- Enclosing class:
NbtPathArgumentType
private static class NbtPathArgumentType.FilteredRootNode
extends Object
implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name named net/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode
intermediary net/minecraft/class_2203$class_3707
official fo$f
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
matcher
- Mappings:
Namespace Name Mixin selector named matcher
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode;matcher:Ljava/util/function/Predicate;
intermediary field_16319
Lnet/minecraft/class_2203$class_3707;field_16319:Ljava/util/function/Predicate;
official a
Lfo$f;a:Ljava/util/function/Predicate;
-
-
Constructor Details
-
FilteredRootNode
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode;<init>(Lnet/minecraft/nbt/NbtCompound;)V
intermediary <init>
Lnet/minecraft/class_2203$class_3707;<init>(Lnet/minecraft/class_2487;)V
official <init>
Lfo$f;<init>(Lux;)V
-
-
Method Details
-
get
- Specified by:
get
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;get(Lnet/minecraft/nbt/NbtElement;Ljava/util/List;)V
intermediary method_9378
Lnet/minecraft/class_2203$class_2210;method_9378(Lnet/minecraft/class_2520;Ljava/util/List;)V
official a
Lfo$h;a(Lvu;Ljava/util/List;)V
-
getOrInit
- Specified by:
getOrInit
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector named getOrInit
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;getOrInit(Lnet/minecraft/nbt/NbtElement;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
official a
Lfo$h;a(Lvu;Ljava/util/function/Supplier;Ljava/util/List;)V
-
init
- Specified by:
init
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector named init
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;init()Lnet/minecraft/nbt/NbtElement;
intermediary method_9382
Lnet/minecraft/class_2203$class_2210;method_9382()Lnet/minecraft/class_2520;
official a
Lfo$h;a()Lvu;
-
set
- Specified by:
set
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector named set
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;set(Lnet/minecraft/nbt/NbtElement;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
official a
Lfo$h;a(Lvu;Ljava/util/function/Supplier;)I
-
clear
- Specified by:
clear
in interfaceNbtPathArgumentType.PathNode
- Mappings:
Namespace Name Mixin selector named clear
Lnet/minecraft/command/argument/NbtPathArgumentType$PathNode;clear(Lnet/minecraft/nbt/NbtElement;)I
intermediary method_9383
Lnet/minecraft/class_2203$class_2210;method_9383(Lnet/minecraft/class_2520;)I
official a
Lfo$h;a(Lvu;)I
-