Package net.minecraft.command.arguments
Interface NBTPathArgument.INode
- All Known Implementing Classes:
NBTPathArgument.CollectionNode
,NBTPathArgument.CompoundNode
,NBTPathArgument.EmptyListNode
,NBTPathArgument.JsonNode
,NBTPathArgument.ListNode
,NBTPathArgument.StringNode
- Enclosing class:
- NBTPathArgument
static interface NBTPathArgument.INode
-
Method Summary
Modifier and TypeMethodDescriptiongetOrCreate
(List<INBT> p_218052_1_, Supplier<INBT> p_218052_2_) void
void
int
int
-
Method Details
-
getTag
-
getOrCreateTag
-
createPreferredParentTag
INBT createPreferredParentTag() -
setTag
-
removeTag
-
get
-
getOrCreate
-
collect
-