Uses of Interface
dev.wyck.wrapper.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(ResourceKey dimension, ResourceKey target, ClimatePoint placement) Adds a biome to a dimension's biome distribution. -
Uses of ClimatePoint in dev.wyck.registry.level
Methods in dev.wyck.registry.level that return ClimatePointModifier and TypeMethodDescriptionLevelBiomeEdit.Add.point()Returns the value of thepointrecord component.Methods in dev.wyck.registry.level with parameters of type ClimatePointModifier and TypeMethodDescriptionLevelStemEditor.addToDimension(ResourceKey dimension, ResourceKey biome, ClimatePoint point) Queues a biome addition to a dimension.Constructors in dev.wyck.registry.level with parameters of type ClimatePointModifierConstructorDescriptionAdd(ResourceKey dimension, ResourceKey biome, ClimatePoint point) Creates an instance of aAddrecord class. -
Uses of ClimatePoint in dev.wyck.wrapper.level
Methods in dev.wyck.wrapper.level that return ClimatePointModifier and TypeMethodDescriptionBiomeSource.MultiNoiseEntry.climatePoint()Returns the value of theclimatePointrecord component.Methods in dev.wyck.wrapper.level with parameters of type ClimatePointModifier and TypeMethodDescriptionBiomeSource.MultiNoiseBuilder.add(ResourceKey biome, ClimatePoint point) BiomeSource.MultiNoiseBuilder.add(Biome biome, ClimatePoint point) BiomeSource.MultiNoiseBuilder.add(Biome biome, ClimatePoint point) Constructors in dev.wyck.wrapper.level with parameters of type ClimatePointModifierConstructorDescriptionMultiNoiseEntry(ResourceKey biome, ClimatePoint climatePoint) Creates an instance of aMultiNoiseEntryrecord class. -
Uses of ClimatePoint in dev.wyck.wrapper.level.noise
Methods in dev.wyck.wrapper.level.noise that return types with arguments of type ClimatePointModifier and TypeMethodDescriptionNoiseGeneratorSettings.Data.spawnTarget()Returns the value of thespawnTargetrecord component.Method parameters in dev.wyck.wrapper.level.noise with type arguments of type ClimatePointModifier and TypeMethodDescriptionNoiseGeneratorSettings.Builder.spawnTarget(List<ClimatePoint> spawnTarget) Constructor parameters in dev.wyck.wrapper.level.noise with type arguments of type ClimatePointModifierConstructorDescriptionData(@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. -
Uses of ClimatePoint in dev.wyck.wrapper.worldgen.climate
Methods in dev.wyck.wrapper.worldgen.climate that return ClimatePointModifier and TypeMethodDescriptionClimatePoint.Builder.build()Builds the climate point.ClimatePoint.Factory.create(ClimateParameter temperature, ClimateParameter humidity, ClimateParameter continentalness, ClimateParameter erosion, ClimateParameter depth, ClimateParameter weirdness, float offset) 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.wrapper.worldgen.climate with parameters of type ClimatePoint