Uses of Interface
net.minecraft.util.registry.Registerable
Packages that use Registerable
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of Registerable in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidMessageType.initialize(Registerable<MessageType> registerable) -
Uses of Registerable in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidAncientCityGenerator.init(Registerable<StructurePool> registerable) static voidAncientCityOutskirtsGenerator.init(Registerable<StructurePool> registerable) static voidBastionBridgeData.init(Registerable<StructurePool> registerable) static voidBastionData.init(Registerable<StructurePool> registerable) static voidBastionRemnantGenerator.init(Registerable<StructurePool> registerable) static voidBastionTreasureData.init(Registerable<StructurePool> registerable) static voidBastionUnitsData.init(Registerable<StructurePool> registerable) static voidDesertVillageData.init(Registerable<StructurePool> registerable) static voidHoglinStableData.init(Registerable<StructurePool> registerable) static voidPillagerOutpostGenerator.init(Registerable<StructurePool> registerable) static voidPlainsVillageData.init(Registerable<StructurePool> registerable) static voidSavannaVillageData.init(Registerable<StructurePool> registerable) static voidSnowyVillageData.init(Registerable<StructurePool> registerable) static voidTaigaVillageData.init(Registerable<StructurePool> registerable) static voidVillageGenerator.init(Registerable<StructurePool> registerable) static voidStructureSets.initAndGetDefault(Registerable<StructureSet> registerable) -
Uses of Registerable in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidStructurePools.initDefaultPools(Registerable<StructurePool> registerable) static voidStructurePools.register(Registerable<StructurePool> registerable, String string, StructurePool structurePool) -
Uses of Registerable in net.minecraft.structure.processor
Methods in net.minecraft.structure.processor with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidStructureProcessorLists.method_46846(Registerable<StructureProcessorList> registerable) private static voidStructureProcessorLists.register(Registerable<StructureProcessorList> registerable, RegistryKey<StructureProcessorList> registryKey, List<StructureProcessor> list) -
Uses of Registerable in net.minecraft.util.registry
Methods in net.minecraft.util.registry that return RegisterableModifier and TypeMethodDescription<T> Registerable<T>RegistryBuilder.Registries.createRegisterable()Methods in net.minecraft.util.registry with parameters of type RegisterableModifier and TypeMethodDescriptionvoidRegistryBuilder.BootstrapFunction.run(Registerable<T> registerable) -
Uses of Registerable in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidBuiltinBiomes.getDefaultBiome(Registerable<Biome> registerable) -
Uses of Registerable in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidDimensionTypeRegistrar.initAndGetDefault(Registerable<DimensionType> registerable) -
Uses of Registerable in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as RegisterableModifier and TypeFieldDescriptionprivate final Registerable<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Registrar.field_40917private final Registerable<WorldPreset>WorldPresets.Registrar.field_40919Methods in net.minecraft.world.gen with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidFlatLevelGeneratorPresets.initAndGetDefault(Registerable<FlatLevelGeneratorPreset> registerable) static voidWorldPresets.initAndGetDefault(Registerable<WorldPreset> registerable) Constructors in net.minecraft.world.gen with parameters of type RegisterableModifierConstructorDescription(package private)Registrar(Registerable<FlatLevelGeneratorPreset> registerable) (package private)Registrar(Registerable<WorldPreset> registerable) -
Uses of Registerable in net.minecraft.world.gen.carver
Methods in net.minecraft.world.gen.carver with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidConfiguredCarvers.method_46843(Registerable<ConfiguredCarver<?>> registerable) -
Uses of Registerable in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type RegisterableModifier and TypeMethodDescriptionprivate static ChunkGeneratorSettingsChunkGeneratorSettings.createCavesSettings(Registerable<?> registerable) private static ChunkGeneratorSettingsChunkGeneratorSettings.createEndSettings(Registerable<?> registerable) private static ChunkGeneratorSettingsChunkGeneratorSettings.createFloatingIslandsSettings(Registerable<?> registerable) private static ChunkGeneratorSettingsChunkGeneratorSettings.createNetherSettings(Registerable<?> registerable) private static ChunkGeneratorSettingsChunkGeneratorSettings.createSurfaceSettings(Registerable<?> registerable, boolean bool, boolean bool2) static voidChunkGeneratorSettings.initAndGetDefault(Registerable<ChunkGeneratorSettings> registerable) -
Uses of Registerable in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction with parameters of type RegisterableModifier and TypeMethodDescriptionstatic RegistryEntry<? extends DensityFunction>DensityFunctions.initAndGetDefault(Registerable<DensityFunction> registerable) private static DensityFunctionDensityFunctions.registerAndGetHolder(Registerable<DensityFunction> registerable, RegistryKey<DensityFunction> key, DensityFunction densityFunction) private static voidDensityFunctions.registerSlopedCheeseFunction(Registerable<DensityFunction> registerable, RegistryEntryLookup<DensityFunction> registryEntryLookup, DensityFunction densityFunction, RegistryEntry<DensityFunction> registryEntry, RegistryEntry<DensityFunction> registryEntry2, RegistryKey<DensityFunction> registryKey, RegistryKey<DensityFunction> registryKey2, RegistryKey<DensityFunction> registryKey3, RegistryKey<DensityFunction> registryKey4, RegistryKey<DensityFunction> registryKey5, boolean bool) Creates and registers thesloped_cheesedensity function. -
Uses of Registerable in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidConfiguredFeatures.getDefaultConfiguredFeature(Registerable<ConfiguredFeature<?, ?>> registerable) static voidPlacedFeatures.getDefaultPlacedFeature(Registerable<PlacedFeature> registerable) static voidOceanConfiguredFeatures.method_46849(Registerable<ConfiguredFeature<?, ?>> registerable) static voidUndergroundConfiguredFeatures.method_46850(Registerable<ConfiguredFeature<?, ?>> registerable) static voidEndConfiguredFeatures.method_46851(Registerable<ConfiguredFeature<?, ?>> registerable) static voidMiscConfiguredFeatures.method_46853(Registerable<ConfiguredFeature<?, ?>> registerable) static voidNetherConfiguredFeatures.method_46854(Registerable<ConfiguredFeature<?, ?>> registerable) static voidOreConfiguredFeatures.method_46855(Registerable<ConfiguredFeature<?, ?>> registerable) static voidPileConfiguredFeatures.method_46856(Registerable<ConfiguredFeature<?, ?>> registerable) static voidTreeConfiguredFeatures.method_46857(Registerable<ConfiguredFeature<?, ?>> registerable) static voidVegetationConfiguredFeatures.method_46858(Registerable<ConfiguredFeature<?, ?>> registerable) static voidOceanPlacedFeatures.method_46859(Registerable<PlacedFeature> registerable) static voidUndergroundPlacedFeatures.method_46860(Registerable<PlacedFeature> registerable) static voidEndPlacedFeatures.method_46861(Registerable<PlacedFeature> registerable) static voidMiscPlacedFeatures.method_46862(Registerable<PlacedFeature> registerable) static voidNetherPlacedFeatures.method_46863(Registerable<PlacedFeature> registerable) static voidOrePlacedFeatures.method_46864(Registerable<PlacedFeature> registerable) static voidTreePlacedFeatures.method_46866(Registerable<PlacedFeature> registerable) static voidVegetationPlacedFeatures.method_46867(Registerable<PlacedFeature> registerable) static voidVillagePlacedFeatures.method_46868(Registerable<PlacedFeature> registerable) static <FC extends FeatureConfig,F extends Feature<FC>>
voidConfiguredFeatures.register(Registerable<ConfiguredFeature<?, ?>> registerable, RegistryKey<ConfiguredFeature<?, ?>> registryKey, F f, FC fC) static voidConfiguredFeatures.register(Registerable<ConfiguredFeature<?, ?>> registerable, RegistryKey<ConfiguredFeature<?, ?>> registryKey, Feature<DefaultFeatureConfig> feature) static voidPlacedFeatures.register(Registerable<PlacedFeature> registerable, RegistryKey<PlacedFeature> registryKey, RegistryEntry<ConfiguredFeature<?, ?>> registryEntry, List<PlacementModifier> list) static voidPlacedFeatures.register(Registerable<PlacedFeature> registerable, RegistryKey<PlacedFeature> registryKey, RegistryEntry<ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] placementModifier) -
Uses of Registerable in net.minecraft.world.gen.noise
Methods in net.minecraft.world.gen.noise with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidBuiltinNoiseParameters.init(Registerable<DoublePerlinNoiseSampler.NoiseParameters> registerable) private static voidBuiltinNoiseParameters.register(Registerable<DoublePerlinNoiseSampler.NoiseParameters> registerable, int octaveOffset, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> temperatureKey, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> vegetationKey, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> continentalnessKey, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> erosionKey) private static voidBuiltinNoiseParameters.register(Registerable<DoublePerlinNoiseSampler.NoiseParameters> registerable, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> key, int firstOctave, double firstAmplitude, double[] amplitudes) -
Uses of Registerable in net.minecraft.world.gen.structure
Methods in net.minecraft.world.gen.structure with parameters of type RegisterableModifier and TypeMethodDescriptionstatic voidStructures.getDefault(Registerable<Structure> registerable)