Uses of Record Class
net.minecraft.world.level.levelgen.SpawnTargetPoint
Packages that use SpawnTargetPoint
-
Uses of SpawnTargetPoint in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome that return types with arguments of type SpawnTargetPointModifier and TypeMethodDescriptionOverworldBiomeBuilder.spawnTarget(OverworldFunctionSet<Holder<DensityFunction>> functions, Holder<DensityFunction> weirdness) -
Uses of SpawnTargetPoint in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type SpawnTargetPointModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpawnTargetPoint> SpawnTargetPoint.CODECprivate final List<SpawnTargetPoint> NoiseGeneratorSettings.spawnTargetThe field for thespawnTargetrecord component.Methods in net.minecraft.world.level.levelgen that return types with arguments of type SpawnTargetPointModifier and TypeMethodDescriptionNoiseGeneratorSettings.spawnTarget()Returns the value of thespawnTargetrecord component.Method parameters in net.minecraft.world.level.levelgen with type arguments of type SpawnTargetPointModifier and TypeMethodDescriptionstatic BlockPosNoiseSpawnFinder.findSpawnPosition(List<SpawnTargetPoint> targetPoints, DensitySamplerSet samplers) private static NoiseSpawnFinder.ResultNoiseSpawnFinder.getSpawnPositionAndFitness(DensitySamplerSet samplers, List<SpawnTargetPoint> targetPoints, int blockX, int blockZ) private voidNoiseSpawnFinder.radialSearch(DensitySamplerSet samplers, List<SpawnTargetPoint> targetPoints, float maxRadius, float radiusIncrement) Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type SpawnTargetPointModifierConstructorDescriptionNoiseGeneratorSettings(NoiseSettings noiseSettings, BlockState defaultBlock, BlockState defaultFluid, NoiseRouter noiseRouter, Holder<MaterialRule> materialRule, List<SpawnTargetPoint> spawnTarget, int seaLevel, boolean disableMobGeneration, Optional<Aquifer.Config> aquifers, boolean useLegacyRandomSource, NoiseGeneratorSettings.DebugFunctions debugFunctions) Creates an instance of aNoiseGeneratorSettingsrecord class.privateNoiseSpawnFinder(List<SpawnTargetPoint> targetPoints, DensitySamplerSet samplers)