Uses of Interface
net.minecraft.registry.RegistryWrapper
Packages that use RegistryWrapper
Package
Description
- 
Uses of RegistryWrapper in net.minecraft.command.argumentFields in net.minecraft.command.argument declared as RegistryWrapperModifier and TypeFieldDescriptionprivate final RegistryWrapper<Block> BlockArgumentParser.registryWrapperprivate final RegistryWrapper<Block> BlockPredicateArgumentType.registryWrapperprivate final RegistryWrapper<Block> BlockStateArgumentType.registryWrapperprivate final RegistryWrapper<T> RegistryEntryPredicateArgumentType.registryWrapperprivate final RegistryWrapper<T> RegistryEntryReferenceArgumentType.registryWrapperMethods in net.minecraft.command.argument with parameters of type RegistryWrapperModifier and TypeMethodDescriptionBlockArgumentParser.block(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) BlockArgumentParser.block(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult, BlockArgumentParser.TagResult> BlockArgumentParser.blockOrTag(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult, BlockArgumentParser.TagResult> BlockArgumentParser.blockOrTag(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> BlockArgumentParser.getSuggestions(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag, boolean allowSnbt) private static ParticleType<?> ParticleEffectArgumentType.getType(com.mojang.brigadier.StringReader reader, RegistryWrapper<ParticleType<?>> registryWrapper) BlockPredicateArgumentType.parse(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader) Constructors in net.minecraft.command.argument with parameters of type RegistryWrapperModifierConstructorDescriptionprivateBlockArgumentParser(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag, boolean allowSnbt) 
- 
Uses of RegistryWrapper in net.minecraft.itemFields in net.minecraft.item declared as RegistryWrapperModifier and TypeFieldDescriptionprivate final RegistryWrapper<Item> FuelRegistry.Builder.itemLookupMethods in net.minecraft.item with parameters of type RegistryWrapperModifier and TypeMethodDescriptionprivate static voidItemGroups.addAllLevelEnchantedBooks(ItemGroup.Entries entries, RegistryWrapper<Enchantment> registryWrapper, ItemGroup.StackVisibility stackVisibility) private static voidItemGroups.addInstruments(ItemGroup.Entries entries, RegistryWrapper<Instrument> registryWrapper, Item item, TagKey<Instrument> instrumentTag, ItemGroup.StackVisibility visibility) private static voidItemGroups.addMaxLevelEnchantedBooks(ItemGroup.Entries entries, RegistryWrapper<Enchantment> registryWrapper, ItemGroup.StackVisibility stackVisibility) private static voidItemGroups.addPotions(ItemGroup.Entries entries, RegistryWrapper<Potion> registryWrapper, Item item, ItemGroup.StackVisibility visibility, FeatureSet enabledFeatures) 
- 
Uses of RegistryWrapper in net.minecraft.registrySubinterfaces of RegistryWrapper in net.minecraft.registryModifier and TypeInterfaceDescriptioninterfaceinterfaceA registry that allows adding or modifying values.interfaceRegistry<T>A registry is used to register various in-game components.static interfacestatic interfaceClasses in net.minecraft.registry that implement RegistryWrapperModifier and TypeClassDescriptionprivate static classprivate static classclassAn implementation ofRegistrywith a default ID and value for unknown lookups.classAn implementation of a mutable registry.Methods in net.minecraft.registry with parameters of type RegistryWrapperModifier and TypeMethodDescriptionstatic voidBuiltinRegistries.validate(RegistryEntryLookup<PlacedFeature> placedFeatureLookup, RegistryWrapper<Biome> biomeLookup) 
- 
Uses of RegistryWrapper in net.minecraft.worldMethods in net.minecraft.world that return RegistryWrapperModifier and TypeMethodDescriptiondefault <T> RegistryWrapper<T> WorldView.createCommandRegistryWrapper(RegistryKey<? extends Registry<? extends T>> registryRef) 
- 
Uses of RegistryWrapper in net.minecraft.world.dimensionMethods in net.minecraft.world.dimension with parameters of type RegistryWrapperModifier and TypeMethodDescriptionstatic Map<RegistryKey<DimensionOptions>, DimensionOptions> DimensionOptionsRegistryHolder.createRegistry(RegistryWrapper<DimensionType> dimensionTypeRegistry, Map<RegistryKey<DimensionOptions>, DimensionOptions> dimensionOptions, ChunkGenerator chunkGenerator) 
- 
Uses of RegistryWrapper in net.minecraft.world.gen.chunkMethods in net.minecraft.world.gen.chunk with parameters of type RegistryWrapperModifier and TypeMethodDescriptionChunkGenerator.createStructurePlacementCalculator(RegistryWrapper<StructureSet> structureSetRegistry, NoiseConfig noiseConfig, long seed) FlatChunkGenerator.createStructurePlacementCalculator(RegistryWrapper<StructureSet> structureSetRegistry, NoiseConfig noiseConfig, long seed) 
- 
Uses of RegistryWrapper in net.minecraft.world.gen.chunk.placementMethods in net.minecraft.world.gen.chunk.placement with parameters of type RegistryWrapperModifier and TypeMethodDescriptionstatic StructurePlacementCalculatorStructurePlacementCalculator.create(NoiseConfig noiseConfig, long seed, BiomeSource biomeSource, RegistryWrapper<StructureSet> structureSetRegistry)