Package net.minecraft.commands.arguments
Class NbtPathArgument.MatchObjectNode
java.lang.Object
net.minecraft.commands.arguments.NbtPathArgument.MatchObjectNode
- All Implemented Interfaces:
NbtPathArgument.Node
- Enclosing class:
NbtPathArgument
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.commands.arguments.NbtPathArgument.Node
collect, get, getOrCreate
-
Field Details
-
name
-
pattern
-
predicate
-
-
Constructor Details
-
MatchObjectNode
-
-
Method Details
-
getTag
- Specified by:
getTag
in interfaceNbtPathArgument.Node
-
getOrCreateTag
- Specified by:
getOrCreateTag
in interfaceNbtPathArgument.Node
-
createPreferredParentTag
- Specified by:
createPreferredParentTag
in interfaceNbtPathArgument.Node
-
setTag
- Specified by:
setTag
in interfaceNbtPathArgument.Node
-
removeTag
- Specified by:
removeTag
in interfaceNbtPathArgument.Node
-