Package net.minecraft.command.arguments
Class NBTPathArgument.CollectionNode
java.lang.Object
net.minecraft.command.arguments.NBTPathArgument.CollectionNode
- All Implemented Interfaces:
NBTPathArgument.INode
- Enclosing class:
- NBTPathArgument
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
int
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.arguments.NBTPathArgument.INode
collect, get, getOrCreate
-
Field Details
-
index
private final int index
-
-
Constructor Details
-
CollectionNode
public CollectionNode(int p_i51153_1_)
-
-
Method Details
-
getTag
- Specified by:
getTag
in interfaceNBTPathArgument.INode
-
getOrCreateTag
- Specified by:
getOrCreateTag
in interfaceNBTPathArgument.INode
-
createPreferredParentTag
- Specified by:
createPreferredParentTag
in interfaceNBTPathArgument.INode
-
setTag
- Specified by:
setTag
in interfaceNBTPathArgument.INode
-
removeTag
- Specified by:
removeTag
in interfaceNBTPathArgument.INode
-