Package net.minecraft.command
package net.minecraft.command
-
ClassDescriptionA class that creates
CommandRegistryWrapper
with ability to set a policy on how to handle unrecognized tags.A policy on how to handle aTagKey
that does not resolve to an existing tag (unrecognized tag) inCommandRegistryWrapper.getEntryList(net.minecraft.tag.TagKey<T>)
.A wrapper of a registry, used in command arguments.