Package net.minecraft.command.arguments
Class NBTPathArgument.StringNode
java.lang.Object
net.minecraft.command.arguments.NBTPathArgument.StringNode
- 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
-
name
-
-
Constructor Details
-
StringNode
-
-
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
-