Uses of Interface
dev.wyck.worldgen.climate.ClimatePoint
Packages that use ClimatePoint
Package
Description
-
Uses of ClimatePoint in dev.wyck.registry.bootstrap
Methods in dev.wyck.registry.bootstrap with parameters of type ClimatePointModifier and TypeMethodDescriptionBootstrapBiomeRegistry.addToDimension(Dimension dimension, Biome target, ClimatePoint placement) Adds a biome to a dimension's biome distribution. -
Uses of ClimatePoint in dev.wyck.util.internal
Methods in dev.wyck.util.internal that return ClimatePointModifier and TypeMethodDescriptionLevelBiomeEdit.Add.point()Returns the value of thepointrecord component.Constructors in dev.wyck.util.internal with parameters of type ClimatePointModifierConstructorDescriptionAdd(ResourceKey dimension, ResourceKey biome, ClimatePoint point) Creates an instance of aAddrecord class. -
Uses of ClimatePoint in dev.wyck.worldgen.biome
Methods in dev.wyck.worldgen.biome that return ClimatePointModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Entry.climatePoint()Returns the value of theclimatePointrecord component.Methods in dev.wyck.worldgen.biome with parameters of type ClimatePointModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Builder.add(Biome biome, ClimatePoint climatePoint) Adds a biome to the builder.MultiNoiseBiomeSource.Builder.add(ResourceKey biomeKey, ClimatePoint point) Adds a biome to the builder.Constructors in dev.wyck.worldgen.biome with parameters of type ClimatePointModifierConstructorDescriptionEntry(Biome biome, ClimatePoint climatePoint) Creates an instance of aEntryrecord class. -
Uses of ClimatePoint in dev.wyck.worldgen.biome.custom
Methods in dev.wyck.worldgen.biome.custom that return ClimatePointModifier and TypeMethodDescriptionBiomeSourceContext.climateBounds()Gets the ranges produced by Minecraft's climate sampler as a climate point.Methods in dev.wyck.worldgen.biome.custom that return types with arguments of type ClimatePointModifier and TypeMethodDescriptionBiomeSourceContext.spawnTarget()Gets the spawn-target climate points carried by Minecraft's climate sampler. -
Uses of ClimatePoint in dev.wyck.worldgen.climate
Methods in dev.wyck.worldgen.climate that return ClimatePointModifier and TypeMethodDescriptionClimatePoint.Builder.build()Builds the climate point.static ClimatePointReads a Minecraft climate parameter point.static ClimatePointClimatePoint.of(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset) Creates a climate point pinned to a single value on every axis.static ClimatePointClimatePoint.of(ClimateParameter temperature, ClimateParameter humidity, ClimateParameter continentalness, ClimateParameter erosion, ClimateParameter depth, ClimateParameter weirdness, float offset) Creates a climate point with the given parameters.static ClimatePointClimatePoint.spanAll(float offset) Creates a climate point that spans the full range on every axis.Constructors in dev.wyck.worldgen.climate with parameters of type ClimatePoint -
Uses of ClimatePoint in dev.wyck.worldgen.noise.types
Methods in dev.wyck.worldgen.noise.types that return types with arguments of type ClimatePointModifier and TypeMethodDescriptionNoiseGeneratorSettings.spawnTarget()A list of climate parameters to specify the points around which the player tries to spawn.Methods in dev.wyck.worldgen.noise.types with parameters of type ClimatePointModifier and TypeMethodDescriptionNoiseGeneratorSettings.Builder.spawnTarget(ClimatePoint... spawnTarget) Adds a spawn target.Method parameters in dev.wyck.worldgen.noise.types with type arguments of type ClimatePointModifier and TypeMethodDescriptionstatic NoiseGeneratorSettingsNoiseGeneratorSettings.of(@Nullable ResourceKey resourceKey, NoiseSettings noiseSettings, BlockData defaultBlock, BlockData defaultFluid, NoiseRouter noiseRouter, SurfaceRule surfaceRule, List<ClimatePoint> spawnTarget, int seaLevel, boolean disableMobGeneration, boolean aquifersEnabled, boolean oreVeinsEnabled, boolean useLegacyRandomSource) Creates a new noise generator settings.NoiseGeneratorSettings.Builder.spawnTarget(List<ClimatePoint> spawnTarget) Sets the spawn target.