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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.arguments.NbtPathArgument.Nodecollect, get, getOrCreate
- 
Field Details- 
name
- 
pattern
- 
predicate
 
- 
- 
Constructor Details- 
MatchObjectNode
 
- 
- 
Method Details- 
getTag- Specified by:
- getTagin interface- NbtPathArgument.Node
 
- 
getOrCreateTag- Specified by:
- getOrCreateTagin interface- NbtPathArgument.Node
 
- 
createPreferredParentTag- Specified by:
- createPreferredParentTagin interface- NbtPathArgument.Node
 
- 
setTag- Specified by:
- setTagin interface- NbtPathArgument.Node
 
- 
removeTag- Specified by:
- removeTagin interface- NbtPathArgument.Node
 
 
-