Uses of Interface
net.minecraft.command.CommandRegistryWrapper
Packages that use CommandRegistryWrapper
Package
Description
The base package for all Minecraft classes.
-
Uses of CommandRegistryWrapper in net.minecraft
Methods in net.minecraft with parameters of type CommandRegistryWrapperModifier and TypeMethodDescriptionstatic class_7869class_7869.method_46702(NoiseConfig noiseConfig, long long2, BiomeSource biomeSource, CommandRegistryWrapper<StructureSet> commandRegistryWrapper) -
Uses of CommandRegistryWrapper in net.minecraft.command
Subinterfaces of CommandRegistryWrapper in net.minecraft.commandClasses in net.minecraft.command that implement CommandRegistryWrapperModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.command declared as CommandRegistryWrapperModifier and TypeFieldDescriptionprotected final CommandRegistryWrapper<T>CommandRegistryWrapper.class_7873.field_40933Methods in net.minecraft.command that return CommandRegistryWrapperModifier and TypeMethodDescription<T> CommandRegistryWrapper<T>CommandRegistryAccess.createWrapper(RegistryKey<? extends Registry<T>> registryRef) Creates a registry wrapper that follows the entry list creation policy.default CommandRegistryWrapper<T>CommandRegistryWrapper.method_46753(Predicate<T> predicate) default CommandRegistryWrapper<T>CommandRegistryWrapper.Impl.withFeatureFilter(FeatureSet enabledFeatures) Constructors in net.minecraft.command with parameters of type CommandRegistryWrapper -
Uses of CommandRegistryWrapper in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as CommandRegistryWrapperModifier and TypeFieldDescriptionprivate final CommandRegistryWrapper<Block>BlockArgumentParser.registryWrapperprivate final CommandRegistryWrapper<Block>BlockPredicateArgumentType.registryWrapperprivate final CommandRegistryWrapper<Block>BlockStateArgumentType.registryWrapperprivate final CommandRegistryWrapper<Item>ItemPredicateArgumentType.registryWrapperprivate final CommandRegistryWrapper<Item>ItemStackArgumentType.registryWrapperprivate final CommandRegistryWrapper<Item>ItemStringReader.registryWrapperprivate final CommandRegistryWrapper<ParticleType<?>>ParticleEffectArgumentType.registryWrapperprivate final CommandRegistryWrapper<T>RegistryEntryArgumentType.registryWrapperprivate final CommandRegistryWrapper<T>RegistryEntryPredicateArgumentType.registryWrapperMethods in net.minecraft.command.argument with parameters of type CommandRegistryWrapperModifier and TypeMethodDescriptionBlockArgumentParser.block(CommandRegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) BlockArgumentParser.block(CommandRegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult,BlockArgumentParser.TagResult> BlockArgumentParser.blockOrTag(CommandRegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult,BlockArgumentParser.TagResult> BlockArgumentParser.blockOrTag(CommandRegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>BlockArgumentParser.getSuggestions(CommandRegistryWrapper<Block> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag, boolean allowSnbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>ItemStringReader.getSuggestions(CommandRegistryWrapper<Item> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag) private static ParticleType<?>ParticleEffectArgumentType.getType(com.mojang.brigadier.StringReader reader, CommandRegistryWrapper<ParticleType<?>> registryWrapper) static ItemStringReader.ItemResultItemStringReader.item(CommandRegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader) static com.mojang.datafixers.util.Either<ItemStringReader.ItemResult,ItemStringReader.TagResult> ItemStringReader.itemOrTag(CommandRegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader) BlockPredicateArgumentType.parse(CommandRegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader) static ParticleEffectParticleEffectArgumentType.readParameters(com.mojang.brigadier.StringReader reader, CommandRegistryWrapper<ParticleType<?>> registryWrapper) Constructors in net.minecraft.command.argument with parameters of type CommandRegistryWrapperModifierConstructorDescriptionprivateBlockArgumentParser(CommandRegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag, boolean allowSnbt) privateItemStringReader(CommandRegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag) -
Uses of CommandRegistryWrapper in net.minecraft.world
Methods in net.minecraft.world that return CommandRegistryWrapperModifier and TypeMethodDescriptiondefault <T> CommandRegistryWrapper<T>WorldView.createCommandRegistryWrapper(RegistryKey<? extends Registry<? extends T>> registryRef) -
Uses of CommandRegistryWrapper in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type CommandRegistryWrapperModifier and TypeMethodDescriptionChunkGenerator.method_46696(CommandRegistryWrapper<StructureSet> commandRegistryWrapper, NoiseConfig noiseConfig, long long2) FlatChunkGenerator.method_46696(CommandRegistryWrapper<StructureSet> commandRegistryWrapper, NoiseConfig noiseConfig, long long2)