Package net.minecraft.command.argument
Class NbtPathArgumentType.IndexedListElementNode
java.lang.Object
net.minecraft.command.argument.NbtPathArgumentType.IndexedListElementNode
- All Implemented Interfaces:
NbtPathArgumentType.PathNode
- Enclosing class:
NbtPathArgumentType
private static class NbtPathArgumentType.IndexedListElementNode
extends Object
implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name official ec$cintermediary net/minecraft/class_2203$class_2206named net/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintclear(NbtElement current) voidget(NbtElement current, List<NbtElement> results) voidgetOrInit(NbtElement current, Supplier<NbtElement> source, List<NbtElement> results) init()intset(NbtElement current, Supplier<NbtElement> source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
get, getOrInit, process
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector official aLec$c;a:Iintermediary field_9903Lnet/minecraft/class_2203$class_2206;field_9903:Inamed indexLnet/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode;index:I
-
-
Constructor Details
-
IndexedListElementNode
public IndexedListElementNode(int index) - Mappings:
Namespace Name Mixin selector official <init>Lec$c;<init>(I)Vintermediary <init>Lnet/minecraft/class_2203$class_2206;<init>(I)Vnamed <init>Lnet/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode;<init>(I)V
-
-
Method Details
-
get
- Specified by:
getin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLec$h;a(Lri;Ljava/util/List;)Vintermediary method_9378Lnet/minecraft/class_2203$class_2210;method_9378(Lnet/minecraft/class_2520;Ljava/util/List;)Vnamed getLnet/minecraft/command/argument/NbtPathArgumentType$PathNode;get(Lnet/minecraft/nbt/NbtElement;Ljava/util/List;)V
-
getOrInit
- Specified by:
getOrInitin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLec$h;a(Lri;Ljava/util/function/Supplier;Ljava/util/List;)Vintermediary method_9380Lnet/minecraft/class_2203$class_2210;method_9380(Lnet/minecraft/class_2520;Ljava/util/function/Supplier;Ljava/util/List;)Vnamed getOrInitLnet/minecraft/command/argument/NbtPathArgumentType$PathNode;getOrInit(Lnet/minecraft/nbt/NbtElement;Ljava/util/function/Supplier;Ljava/util/List;)V
-
init
- Specified by:
initin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLec$h;a()Lri;intermediary method_9382Lnet/minecraft/class_2203$class_2210;method_9382()Lnet/minecraft/class_2520;named initLnet/minecraft/command/argument/NbtPathArgumentType$PathNode;init()Lnet/minecraft/nbt/NbtElement;
-
set
- Specified by:
setin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLec$h;a(Lri;Ljava/util/function/Supplier;)Iintermediary method_9376Lnet/minecraft/class_2203$class_2210;method_9376(Lnet/minecraft/class_2520;Ljava/util/function/Supplier;)Inamed setLnet/minecraft/command/argument/NbtPathArgumentType$PathNode;set(Lnet/minecraft/nbt/NbtElement;Ljava/util/function/Supplier;)I
-
clear
- Specified by:
clearin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLec$h;a(Lri;)Iintermediary method_9383Lnet/minecraft/class_2203$class_2210;method_9383(Lnet/minecraft/class_2520;)Inamed clearLnet/minecraft/command/argument/NbtPathArgumentType$PathNode;clear(Lnet/minecraft/nbt/NbtElement;)I
-