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
static class NbtPathArgumentType.IndexedListElementNode extends Object implements NbtPathArgumentType.PathNode
- Mappings:
Namespace Name official dr$cintermediary net/minecraft/class_2203$class_2206named net/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode
-
Field Summary
Fields Modifier and Type Field Description private intindex -
Constructor Summary
Constructors Constructor Description IndexedListElementNode(int index) -
Method Summary
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 aLdr$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>Ldr$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 aLdr$h;a(Lnj;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/Tag;Ljava/util/List;)V
-
getOrInit
- Specified by:
getOrInitin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLdr$h;a(Lnj;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/Tag;Ljava/util/function/Supplier;Ljava/util/List;)V
-
init
- Specified by:
initin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLdr$h;a()Lnj;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/Tag;
-
set
- Specified by:
setin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLdr$h;a(Lnj;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/Tag;Ljava/util/function/Supplier;)I
-
clear
- Specified by:
clearin interfaceNbtPathArgumentType.PathNode- Mappings:
Namespace Name Mixin selector official aLdr$h;a(Lnj;)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/Tag;)I
-