Uses of Record Class
net.minecraft.world.level.biome.Climate.TargetPoint
Packages that use Climate.TargetPoint
-
Uses of Climate.TargetPoint in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome that return Climate.TargetPointModifier and TypeMethodDescriptionClimate.Sampler.sample(int quartX, int quartY, int quartZ) static Climate.TargetPointClimate.target(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness) Methods in net.minecraft.world.level.biome with parameters of type Climate.TargetPointModifier and TypeMethodDescriptionClimate.ParameterList.findValue(Climate.TargetPoint target) Climate.ParameterList.findValueBruteForce(Climate.TargetPoint target) Climate.ParameterList.findValueIndex(Climate.TargetPoint target) protected TClimate.ParameterList.findValueIndex(Climate.TargetPoint target, Climate.DistanceMetric<T> distanceMetric) private longClimate.ParameterPoint.fitness(Climate.TargetPoint target) MultiNoiseBiomeSource.getNoiseBiome(Climate.TargetPoint target) Climate.RTree.search(Climate.TargetPoint target, Climate.DistanceMetric<T> distanceMetric)