Package net.minecraft.commands
Interface CommandBuildContext
- All Known Subinterfaces:
CommandBuildContext.Configurable
public interface CommandBuildContext
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static enum
-
Method Summary
Modifier and TypeMethodDescriptionconfigurable
(RegistryAccess p_255925_, FeatureFlagSet p_255945_) <T> HolderLookup<T>
holderLookup
(ResourceKey<? extends Registry<T>> p_227134_) static CommandBuildContext
simple
(HolderLookup.Provider p_255702_, FeatureFlagSet p_255968_)
-
Method Details
-
holderLookup
-
simple
-
configurable
static CommandBuildContext.Configurable configurable(RegistryAccess p_255925_, FeatureFlagSet p_255945_)
-