Uses of Interface
dev.wyck.keys.ResourceKey
Packages that use ResourceKey
Package
Description
-
Uses of ResourceKey in dev.wyck.keys
Fields in dev.wyck.keys with type parameters of type ResourceKeyMethods in dev.wyck.keys that return ResourceKeyModifier and TypeMethodDescriptionstatic ResourceKeyResourceKey.fromString(String keyString) Creates a new ResourceKey from the given string representation.static ResourceKeyCreates a new ResourceKey in the "minecraft" namespace with the given path.static ResourceKeyCreates a new ResourceKey from the given string.static ResourceKeyCreates a new ResourceKey from the given namespace and path.static ResourceKeyCreates a new ResourceKey in the "wyck" namespace with the given path.Methods in dev.wyck.keys that return types with arguments of type ResourceKey -
Uses of ResourceKey in dev.wyck.misc.providers
Fields in dev.wyck.misc.providers with type parameters of type ResourceKeyModifier and TypeFieldDescriptionprotected final Map<ResourceKey, Biome> WyckBiomeProvider.biomeMapMethods in dev.wyck.misc.providers that return types with arguments of type ResourceKey -
Uses of ResourceKey in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return ResourceKeyMethods in dev.wyck.model.biome with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic Biome.BuilderBiome.builder(ResourceKey resourceKey) static CustomBiome.BuilderCustomBiome.builder(ResourceKey resourceKey) static CustomBiomeCustomBiome.of(ResourceKey resourceKey) Creates a new custom biome with the given ResourceKey.static BiomeBiome.reference(ResourceKey resourceKey) Gets a reference to a biome from the biome registry.Biome.Builder.resourceKey(ResourceKey resourceKey) Sets the ResourceKey of the biome.CustomBiome.Builder.resourceKey(ResourceKey resourceKey) Sets the ResourceKey of the custom biome. -
Uses of ResourceKey in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return ResourceKeyConstructors in dev.wyck.model.biome.impl with parameters of type ResourceKeyModifierConstructorDescriptionBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings) CustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements) -
Uses of ResourceKey in dev.wyck.model.level
Methods in dev.wyck.model.level that return ResourceKeyModifier and TypeMethodDescriptionLevelCreator.resourceKey()The key the world and its level stem are registered under.LevelCreatorImpl.resourceKey()Methods in dev.wyck.model.level with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic LevelCreator.BuilderLevelCreator.builder(ResourceKey levelKey) Creates a new builder seeded with the given level key.LevelCreator.Builder.dimension(ResourceKey resourceKey) Sets the dimension of the world.LevelCreator.Builder.levelKey(ResourceKey levelKey) LevelCreator.Builder.resourceKey(ResourceKey levelKey) Sets the resource key of the level stem.Constructors in dev.wyck.model.level with parameters of type ResourceKeyModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, Dimension dimension, ChunkGenerator generator, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name) -
Uses of ResourceKey in dev.wyck.model.level.dimension
Methods in dev.wyck.model.level.dimension that return ResourceKeyModifier and TypeMethodDescriptionDimension.resourceKey()The key of this dimension type.DimensionImpl.resourceKey()Methods in dev.wyck.model.level.dimension with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic Dimension.BuilderDimension.builder(ResourceKey resourceKey) Creates a newDimension.Builderwith the given resource key.static DimensionDimension.reference(ResourceKey resourceKey) Simply holds a reference to a dimension.Dimension.Builder.resourceKey(ResourceKey resourceKey) Constructors in dev.wyck.model.level.dimension with parameters of type ResourceKeyModifierConstructorDescriptionDimensionImpl(ResourceKey resourceKey, boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, Infiniburn infiniburn, float ambientLight, MonsterSettings monsterSettings, Skybox skybox, CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, TimelineSet timelines, @Nullable WorldClock defaultClock) -
Uses of ResourceKey in dev.wyck.registry
Methods in dev.wyck.registry with parameters of type ResourceKeyModifier and TypeMethodDescription<T extends Biome>
TBiomeRegistry.getBiome(ResourceKey key) Gets an abstract biome from the registry.voidDimensionRegistry.modify(ResourceKey key, Dimension newData) Modifies a dimension type. -
Uses of ResourceKey in dev.wyck.registry.bootstrap
Methods in dev.wyck.registry.bootstrap with parameters of type ResourceKeyModifier and TypeMethodDescriptionBootstrapBiomeRegistry.addToDimension(ResourceKey dimension, ResourceKey target, ClimatePoint placement) Adds a biome to a dimension's biome distribution.BootstrapBiomeRegistry.replaceInDimension(ResourceKey dimension, ResourceKey target, ResourceKey replacement) Replaces a biome in a dimension. -
Uses of ResourceKey in dev.wyck.registry.internal
Methods in dev.wyck.registry.internal that return ResourceKeyMethods in dev.wyck.registry.internal that return types with arguments of type ResourceKeyMethods in dev.wyck.registry.internal with parameters of type ResourceKeyModifier and TypeMethodDescriptionWyckRegistry.Factory.create(ResourceKey key) static Lazy<WyckRegistry> WyckRegistry.lazy(ResourceKey key) Creates a lazy FrozenRegistry.static WyckRegistryWyckRegistry.of(ResourceKey key) Creates a FrozenRegistry from a ResourceKey.<T> @Nullable TWyckRegistry.retrieve(ResourceKey key) Retrieves an object from the registry.Method parameters in dev.wyck.registry.internal with type arguments of type ResourceKey -
Uses of ResourceKey in dev.wyck.registry.level
Methods in dev.wyck.registry.level that return ResourceKeyModifier and TypeMethodDescriptionLevelBiomeEdit.Add.biome()Returns the value of thebiomerecord component.LevelBiomeEdit.Add.dimension()Returns the value of thedimensionrecord component.LevelBiomeEdit.dimension()The key of the dimension to edit.LevelBiomeEdit.Replace.dimension()Returns the value of thedimensionrecord component.LevelBiomeEdit.Replace.replacement()Returns the value of thereplacementrecord component.LevelBiomeEdit.Replace.target()Returns the value of thetargetrecord component.Methods in dev.wyck.registry.level with parameters of type ResourceKeyModifier and TypeMethodDescriptionLevelStemEditor.addToDimension(ResourceKey dimension, ResourceKey biome, ClimatePoint point) Queues a biome addition to a dimension.LevelStemEditor.replaceInDimension(ResourceKey dimension, ResourceKey target, ResourceKey replacement) Queues a biome replacement in a dimension.Constructors in dev.wyck.registry.level with parameters of type ResourceKeyModifierConstructorDescriptionAdd(ResourceKey dimension, ResourceKey biome, ClimatePoint point) Creates an instance of aAddrecord class.Replace(ResourceKey dimension, ResourceKey target, ResourceKey replacement) Creates an instance of aReplacerecord class. -
Uses of ResourceKey in dev.wyck.registry.worldgen
Methods in dev.wyck.registry.worldgen with parameters of type ResourceKeyModifier and TypeMethodDescriptionvoidCustomFeatureRegistry.register(ResourceKey key, CustomFeature<?> feature) voidNoiseGeneratorSettingsRegistry.register(ResourceKey key, NoiseGeneratorSettings settings) -
Uses of ResourceKey in dev.wyck.renderer.packet
Methods in dev.wyck.renderer.packet with parameters of type ResourceKeyModifier and TypeMethodDescriptiondefault PacketHandlerPacketHandler.dismissBiome(ResourceKey biomeKey) Removes a custom biome from the packet handler's list of biomes to inject by its ResourceKey.booleanPacketHandler.hasBiome(ResourceKey biomeKey) Checks if a custom biome is in the packet handler's list of biomes to inject by its ResourceKey.booleanVirtualBiomeCollector.hasBiome(ResourceKey biomeKey) Checks if the collector has a phony custom biome with the given ResourceKey.booleanPacketHandler.removeBiome(ResourceKey biomeKey) Removes a custom biome from the packet handler's list of biomes to inject by its ResourceKey.booleanVirtualBiomeCollector.removeBiome(ResourceKey biomeKey) Removes a phony custom biome with the given ResourceKey from the collector. -
Uses of ResourceKey in dev.wyck.renderer.packet.data
Methods in dev.wyck.renderer.packet.data that return ResourceKeyModifier and TypeMethodDescriptionVirtualBiome.biomeResourceKey()Returns the value of thebiomeResourceKeyrecord component.Methods in dev.wyck.renderer.packet.data with parameters of type ResourceKeyConstructors in dev.wyck.renderer.packet.data with parameters of type ResourceKeyModifierConstructorDescriptionVirtualBiome(ResourceKey biomeResourceKey, List<BlockReplacement> blockReplacements, BiPredicate<Player, ChunkLocation> conditional, @Nullable BiPredicate<Player, SnapshotChunkData> biomeCondition, PacketHandler.Priority priority) Creates an instance of aVirtualBiomerecord class. -
Uses of ResourceKey in dev.wyck.wrapper.environment.attribute
Methods in dev.wyck.wrapper.environment.attribute that return ResourceKeyModifier and TypeMethodDescriptionEnvironmentAttribute.key()Gets the key of the environment attribute.EnvironmentAttributeSupplier.key()Gets the key of the attribute.Methods in dev.wyck.wrapper.environment.attribute that return types with arguments of type ResourceKeyModifier and TypeMethodDescriptionEnvironmentAttributeMap.attributes()Returns the fully resolved attribute map.Methods in dev.wyck.wrapper.environment.attribute with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic <V> EnvironmentAttribute<V> EnvironmentAttribute.of(ResourceKey key) Gets an EnvironmentAttribute instance for the given key.static <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter) Gets an EnvironmentAttribute instance for the given key.static <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter, @Nullable V defaultValue) Gets an EnvironmentAttribute instance for the given key and default value.static FriendlyColorSupplierEnvironmentAttribute.ofFriendlyColorSupplier(ResourceKey key) Gets a FriendlyColorSupplier instance for the given key.static <V> EnvironmentAttributeSupplier<V> EnvironmentAttribute.ofSupplier(ResourceKey key) Gets an EnvironmentAttributeSupplier instance for the given key.static <V,U> EnvironmentAttributeSupplier <V> EnvironmentAttribute.ofSupplier(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter) Gets an EnvironmentAttributeSupplier instance for the given key and default value.Constructor parameters in dev.wyck.wrapper.environment.attribute with type arguments of type ResourceKeyModifierConstructorDescriptionEnvironmentAttributeMap(Map<ResourceKey, EnvironmentAttribute<?>> attributes) EnvironmentAttributeMap(Map<ResourceKey, EnvironmentAttribute<?>> attributes, List<EnvironmentAttributeMap.Pending<?>> pending) Creates an instance of aEnvironmentAttributeMaprecord class. -
Uses of ResourceKey in dev.wyck.wrapper.environment.particle
Methods in dev.wyck.wrapper.environment.particle that return ResourceKey -
Uses of ResourceKey in dev.wyck.wrapper.environment.sounds
Methods in dev.wyck.wrapper.environment.sounds that return ResourceKeyMethods in dev.wyck.wrapper.environment.sounds with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic SoundEventSoundEvent.fixedRange(ResourceKey location, float range) Creates a new sound event with a fixed range.static SoundEventSoundEvent.variableRange(ResourceKey location) Creates a new sound event with a variable range. -
Uses of ResourceKey in dev.wyck.wrapper.internal
Method parameters in dev.wyck.wrapper.internal with type arguments of type ResourceKeyModifier and TypeMethodDescriptionstatic <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(RegistryId registry, Function<W, ResourceKey> keyExtractor, W[] values) static <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(Lazy<WyckRegistry> passedRegistry, Function<W, ResourceKey> keyExtractor, W[] values) Translator that resolves a wrapper against the given registry by the key extracted from it and inverts through a lazily built identity map from the resolved registry value back to the wrapper.static <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(String name, Function<W, ResourceKey> keyExtractor, W[] values) -
Uses of ResourceKey in dev.wyck.wrapper.level
Methods in dev.wyck.wrapper.level that return ResourceKeyModifier and TypeMethodDescriptionBiomeSource.MultiNoiseEntry.biome()Returns the value of thebiomerecord component.BiomeSource.fixedBiome()BiomeSource.preset()Methods in dev.wyck.wrapper.level with parameters of type ResourceKeyModifier and TypeMethodDescriptionBiomeSource.MultiNoiseBuilder.add(ResourceKey biome, ClimatePoint point) BiomeSource.Factory.fixed(ResourceKey biome) static BiomeSourceBiomeSource.fixed(ResourceKey biome) BiomeSource.Factory.preset(ResourceKey preset) static BiomeSourceBiomeSource.preset(ResourceKey preset) Constructors in dev.wyck.wrapper.level with parameters of type ResourceKeyModifierConstructorDescriptionMultiNoiseEntry(ResourceKey biome, ClimatePoint climatePoint) Creates an instance of aMultiNoiseEntryrecord class. -
Uses of ResourceKey in dev.wyck.wrapper.level.clock
Methods in dev.wyck.wrapper.level.clock that return ResourceKeyMethods in dev.wyck.wrapper.level.clock with parameters of type ResourceKeyModifier and TypeMethodDescriptionWorldClock.Factory.reference(ResourceKey key) static WorldClockWorldClock.reference(ResourceKey key) Creates a reference to a registered world clock. -
Uses of ResourceKey in dev.wyck.wrapper.level.dimension
Fields in dev.wyck.wrapper.level.dimension declared as ResourceKeyModifier and TypeFieldDescriptionstatic final ResourceKeyTimelineSet.EARLY_GAMEstatic final ResourceKeyTimelineSet.MOONstatic final ResourceKeyTimelineSet.OVERWORLD_DAYstatic final ResourceKeyTimelineSet.VILLAGER_SCHEDULEMethods in dev.wyck.wrapper.level.dimension that return ResourceKeyModifier and TypeMethodDescriptionInfiniburn.tag()The tag of blocks that can burn infinitely in this dimension.Methods in dev.wyck.wrapper.level.dimension that return types with arguments of type ResourceKeyMethods in dev.wyck.wrapper.level.dimension with parameters of type ResourceKeyModifier and TypeMethodDescriptionInfiniburn.Factory.create(ResourceKey tag) static InfiniburnInfiniburn.of(ResourceKey tag) Creates a reference to a registered infiniburn.static TimelineSetTimelineSet.of(ResourceKey... keys) Method parameters in dev.wyck.wrapper.level.dimension with type arguments of type ResourceKey -
Uses of ResourceKey in dev.wyck.wrapper.level.noise
Fields in dev.wyck.wrapper.level.noise declared as ResourceKeyModifier and TypeFieldDescriptionstatic final ResourceKeyNoise.AMPLIFIEDstatic final ResourceKeyNoises.AQUIFER_BARRIERstatic final ResourceKeystatic final ResourceKeyNoises.AQUIFER_FLUID_LEVEL_SPREADstatic final ResourceKeyNoises.AQUIFER_LAVAstatic final ResourceKeyNoises.BADLANDS_PILLARstatic final ResourceKeyNoises.BADLANDS_PILLAR_ROOFstatic final ResourceKeyNoises.BADLANDS_SURFACEstatic final ResourceKeyNoises.CALCITEstatic final ResourceKeyNoises.CAVE_CHEESEstatic final ResourceKeyNoises.CAVE_ENTRANCEstatic final ResourceKeyNoises.CAVE_LAYERstatic final ResourceKeyNoise.CAVERNSstatic final ResourceKeyNoises.CLAY_BANDS_OFFSETstatic final ResourceKeyNoises.CONTINENTALNESSstatic final ResourceKeyNoises.CONTINENTALNESS_LARGEstatic final ResourceKeyNoise.ENDstatic final ResourceKeyNoises.EROSIONstatic final ResourceKeyNoises.EROSION_LARGEstatic final ResourceKeyNoise.FLOATING_ISLANDSstatic final ResourceKeyNoises.GRAVELstatic final ResourceKeyNoises.GRAVEL_LAYERstatic final ResourceKeyNoises.ICEstatic final ResourceKeyNoises.ICEBERG_PILLARstatic final ResourceKeyNoises.ICEBERG_PILLAR_ROOFstatic final ResourceKeyNoises.ICEBERG_SURFACEstatic final ResourceKeyNoises.JAGGEDstatic final ResourceKeyNoise.NETHERstatic final ResourceKeyNoises.NETHER_STATE_SELECTORstatic final ResourceKeyNoises.NETHER_WARTstatic final ResourceKeyNoises.NETHERRACKstatic final ResourceKeyNoises.NOODLEstatic final ResourceKeyNoises.NOODLE_RIDGE_Astatic final ResourceKeyNoises.NOODLE_RIDGE_Bstatic final ResourceKeyNoises.NOODLE_THICKNESSstatic final ResourceKeyNoises.ORE_GAPstatic final ResourceKeyNoises.ORE_VEIN_Astatic final ResourceKeyNoises.ORE_VEIN_Bstatic final ResourceKeyNoises.ORE_VEININESSstatic final ResourceKeyNoise.OVERWORLDstatic final ResourceKeyNoises.PACKED_ICEstatic final ResourceKeyNoises.PATCHstatic final ResourceKeyNoises.PILLARstatic final ResourceKeyNoises.PILLAR_RARENESSstatic final ResourceKeyNoises.PILLAR_THICKNESSstatic final ResourceKeyNoises.POWDER_SNOWstatic final ResourceKeyNoises.RIDGEstatic final ResourceKeyNoises.SHIFTstatic final ResourceKeyNoises.SOUL_SAND_LAYERstatic final ResourceKeyNoises.SPAGHETTI_2Dstatic final ResourceKeyNoises.SPAGHETTI_2D_ELEVATIONstatic final ResourceKeyNoises.SPAGHETTI_2D_MODULATORstatic final ResourceKeyNoises.SPAGHETTI_2D_THICKNESSstatic final ResourceKeyNoises.SPAGHETTI_3D_1static final ResourceKeyNoises.SPAGHETTI_3D_2static final ResourceKeyNoises.SPAGHETTI_3D_RARITYstatic final ResourceKeyNoises.SPAGHETTI_3D_THICKNESSstatic final ResourceKeyNoises.SPAGHETTI_ROUGHNESSstatic final ResourceKeystatic final ResourceKeyNoises.SULFUR_CAVE_GRADIENTstatic final ResourceKeyNoises.SURFACEstatic final ResourceKeyNoises.SURFACE_SECONDARYstatic final ResourceKeyNoises.SWAMPstatic final ResourceKeyNoises.TEMPERATUREstatic final ResourceKeyNoises.TEMPERATURE_LARGEstatic final ResourceKeyNoises.TEMPERATURE_NETHERstatic final ResourceKeyNoises.VEGETATIONstatic final ResourceKeyNoises.VEGETATION_LARGEstatic final ResourceKeyNoises.VEGETATION_NETHERMethods in dev.wyck.wrapper.level.noise that return ResourceKeyModifier and TypeMethodDescriptionNoise.key()The key of the noise function.Noise.Reference.key()Returns the value of thekeyrecord component.default @Nullable ResourceKeyNoiseGeneratorSettings.key()The key of this noise generator setting.NoiseGeneratorSettings.Data.resourceKey()Returns the value of theresourceKeyrecord component.Methods in dev.wyck.wrapper.level.noise with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic NoiseNoise.reference(ResourceKey key) Creates a reference to a noise function with the given key.NoiseGeneratorSettings.Builder.resourceKey(@Nullable ResourceKey resourceKey) Constructors in dev.wyck.wrapper.level.noise with parameters of type ResourceKeyModifierConstructorDescriptionData(@Nullable ResourceKey resourceKey, NoiseSettings noiseSettings, Material defaultBlock, Material defaultFluid, NoiseRouter noiseRouter, SurfaceRule surfaceRule, List<ClimatePoint> spawnTarget, int seaLevel, boolean disableMobGeneration, boolean aquifersEnabled, boolean oreVeinsEnabled, boolean useLegacyRandomSource) Creates an instance of aDatarecord class.Reference(ResourceKey key) Creates an instance of aReferencerecord class. -
Uses of ResourceKey in dev.wyck.wrapper.level.noise.chunk
Methods in dev.wyck.wrapper.level.noise.chunk with parameters of type ResourceKeyModifier and TypeMethodDescriptionChunkGenerator.Builder.noise(ResourceKey resourceKey) Sets the noise generator of the chunk generator.static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, ResourceKey resourceKey) Builds a noise generator over the given biome source, referencing the given settings. -
Uses of ResourceKey in dev.wyck.wrapper.level.noise.function
Methods in dev.wyck.wrapper.level.noise.function with parameters of type ResourceKeyModifier and TypeMethodDescriptionDensityFunction.Factory.mappedNoise(ResourceKey noiseParameters, double xzScale, double yScale, double minTarget, double maxTarget) static DensityFunctionDensityFunction.mappedNoise(ResourceKey noiseParameters, double minTarget, double maxTarget) Creates a new density function that is the absolute value of the input function.static DensityFunctionDensityFunction.mappedNoise(ResourceKey noiseParameters, double xzScale, double yScale, double minTarget, double maxTarget) Creates a new density function that is the absolute value of the input function.DensityFunction.Factory.noise(ResourceKey noiseParameters, double xzScale, double yScale) static DensityFunctionDensityFunction.noise(ResourceKey noiseParameters) Creates a new density function that is the absolute value of the input function.static DensityFunctionDensityFunction.noise(ResourceKey noiseParameters, double xzScale, double yScale) Creates a new density function that is the absolute value of the input function.DensityFunction.Factory.reference(ResourceKey key) static DensityFunctionDensityFunction.reference(ResourceKey key) Creates a reference to a registered density function.DensityFunction.Factory.shift(DensityFunction.ShiftKind kind, ResourceKey noiseParameters) static DensityFunctionDensityFunction.shift(ResourceKey noiseParameters) Creates a new density function that is the absolute value of the input function.static DensityFunctionDensityFunction.shiftA(ResourceKey noiseParameters) Creates a new density function that is the absolute value of the input function.static DensityFunctionDensityFunction.shiftB(ResourceKey noiseParameters) Creates a new density function that is the absolute value of the input function.DensityFunction.Factory.shiftedNoise2d(DensityFunction shiftX, DensityFunction shiftZ, double xzScale, ResourceKey noiseParameters) static DensityFunctionDensityFunction.shiftedNoise2d(DensityFunction shiftX, DensityFunction shiftZ, double xzScale, ResourceKey noiseParameters) Creates a new density function that is the absolute value of the input function.default DensityFunctionDensityFunction.shiftedNoise2dX(DensityFunction shiftZ, double xzScale, ResourceKey noiseParameters) Returns the absolute value of this density function.default DensityFunctionDensityFunction.shiftedNoise2dZ(DensityFunction shiftX, double xzScale, ResourceKey noiseParameters) Returns the absolute value of this density function. -
Uses of ResourceKey in dev.wyck.wrapper.worldgen.carver
Methods in dev.wyck.wrapper.worldgen.carver that return ResourceKeyModifier and TypeMethodDescriptionConfiguredWorldCarver.Reference.key()Returns the value of thekeyrecord component.Methods in dev.wyck.wrapper.worldgen.carver with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic ConfiguredWorldCarverConfiguredWorldCarver.reference(ResourceKey key) References a configured carver already registered under the given key.Constructors in dev.wyck.wrapper.worldgen.carver with parameters of type ResourceKeyModifierConstructorDescriptionReference(ResourceKey key) Creates an instance of aReferencerecord class. -
Uses of ResourceKey in dev.wyck.wrapper.worldgen.feature
Methods in dev.wyck.wrapper.worldgen.feature that return ResourceKeyModifier and TypeMethodDescriptionConfiguredFeature.CustomConfigured.featureKey()Returns the value of thefeatureKeyrecord component.ConfiguredFeature.VanillaConfigured.featureKey()Returns the value of thefeatureKeyrecord component.AbstractCustomFeature.key()ConfiguredFeature.Reference.key()Returns the value of thekeyrecord component.FeatureType.resourceKey()The registry key of this feature in the FEATURE registry.Methods in dev.wyck.wrapper.worldgen.feature with parameters of type ResourceKeyModifier and TypeMethodDescriptionConfiguredFeature.custom(ResourceKey featureKey, Object config) Composes a registered custom feature with a config instance.static ConfiguredFeatureConfiguredFeature.reference(ResourceKey key) References a configured feature already registered under the given key.Constructors in dev.wyck.wrapper.worldgen.feature with parameters of type ResourceKeyModifierConstructorDescriptionCustomConfigured(ResourceKey featureKey, Object config) Creates an instance of aCustomConfiguredrecord class.Reference(ResourceKey key) Creates an instance of aReferencerecord class.VanillaConfigured(ResourceKey featureKey, FeatureConfiguration configuration) Creates an instance of aVanillaConfiguredrecord class. -
Uses of ResourceKey in dev.wyck.wrapper.worldgen.feature.custom
Methods in dev.wyck.wrapper.worldgen.feature.custom that return ResourceKeyModifier and TypeMethodDescriptionCustomFeature.key()final @Nullable ResourceKeyCustomFeature.resourceKey()Methods in dev.wyck.wrapper.worldgen.feature.custom with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic <C> CustomFeature<C> CustomFeature.register(ResourceKey key, CustomFeature<C> feature) Convenience method for registering a feature.final CustomFeature<C> CustomFeature.registerAs(ResourceKey key) Registers this feature into the FEATURE registry under the given key.Constructors in dev.wyck.wrapper.worldgen.feature.custom with parameters of type ResourceKeyModifierConstructorDescriptionprotectedCustomFeature(Supplier<C> configSupplier, @Nullable ResourceKey key) Creates a new CustomFeature with the given configuration supplier and registry key. -
Uses of ResourceKey in dev.wyck.wrapper.worldgen.placement
Methods in dev.wyck.wrapper.worldgen.placement that return ResourceKeyModifier and TypeMethodDescriptionPlacedFeature.Reference.key()Returns the value of thekeyrecord component.Methods in dev.wyck.wrapper.worldgen.placement with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic PlacedFeaturePlacedFeature.reference(ResourceKey key) References a placed feature already registered under the given key.Constructors in dev.wyck.wrapper.worldgen.placement with parameters of type ResourceKeyModifierConstructorDescriptionReference(ResourceKey key) Creates an instance of aReferencerecord class. -
Uses of ResourceKey in dev.wyck.wrapper.worldgen.surface
Methods in dev.wyck.wrapper.worldgen.surface that return ResourceKeyModifier and TypeMethodDescriptionSurfaceCondition.Noise.noise()Returns the value of thenoiserecord component.Methods in dev.wyck.wrapper.worldgen.surface that return types with arguments of type ResourceKeyModifier and TypeMethodDescriptionSurfaceCondition.Biome.biomes()Returns the value of thebiomesrecord component.Methods in dev.wyck.wrapper.worldgen.surface with parameters of type ResourceKeyModifier and TypeMethodDescriptionstatic SurfaceConditionSurfaceCondition.noiseCondition(ResourceKey noise, double minThreshold) Matches when a registered noise sampled at this position is at or above the threshold.static SurfaceConditionSurfaceCondition.noiseCondition(ResourceKey noise, double minThreshold, double maxThreshold) Matches when a registered noise sampled at this position is within the threshold range.Method parameters in dev.wyck.wrapper.worldgen.surface with type arguments of type ResourceKeyModifier and TypeMethodDescriptionstatic SurfaceConditionSurfaceCondition.isBiome(List<ResourceKey> biomes) Matches when the current biome is one of the given biomes.Constructors in dev.wyck.wrapper.worldgen.surface with parameters of type ResourceKeyModifierConstructorDescriptionNoise(ResourceKey noise, double minThreshold, double maxThreshold) Creates an instance of aNoiserecord class.Constructor parameters in dev.wyck.wrapper.worldgen.surface with type arguments of type ResourceKeyModifierConstructorDescriptionBiome(List<ResourceKey> biomes) Creates an instance of aBiomerecord class.