Uses of Record Class
net.minecraft.world.biome.source.util.TerrainNoisePoint
Packages that use TerrainNoisePoint
Package
Description
The base package for all Minecraft classes.
-
Uses of TerrainNoisePoint in net.minecraft
Methods in net.minecraft that return TerrainNoisePointModifier and TypeMethodDescriptionclass_6748.method_39340(int int2, int int3, TerrainNoisePoint terrainNoisePoint) Methods in net.minecraft with parameters of type TerrainNoisePointModifier and TypeMethodDescriptionclass_6748.method_39340(int int2, int int3, TerrainNoisePoint terrainNoisePoint) -
Uses of TerrainNoisePoint in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as TerrainNoisePointModifier and TypeFieldDescriptionprivate final TerrainNoisePointNoiseColumnSampler.class_6747.terrainInfoThe field for theterrainInforecord component.Methods in net.minecraft.world.gen that return TerrainNoisePointModifier and TypeMethodDescriptionNoiseColumnSampler.createTerrainNoisePoint(int x, int z, float continentalness, float weirdness, float erosion, class_6748 class_6748) NoiseColumnSampler.class_6747.terrainInfo()Returns the value of theterrainInforecord component.Methods in net.minecraft.world.gen with parameters of type TerrainNoisePointModifier and TypeMethodDescriptionprotected intNoiseColumnSampler.method_38383(int x, int z, TerrainNoisePoint point) private doubleNoiseColumnSampler.method_39331(int int2, TerrainNoisePoint terrainNoisePoint) private doubleNoiseColumnSampler.sampleNoiseColumn(int x, int y, int z, TerrainNoisePoint point, double noise, boolean hasNoNoiseCaves, boolean bool, class_6748 class_6748) private doubleNoiseColumnSampler.sampleNoiseColumn(int x, int y, int z, TerrainNoisePoint point, class_6748 class_6748) Constructors in net.minecraft.world.gen with parameters of type TerrainNoisePointModifierConstructorDescriptionclass_6747(double double2, double double3, double double4, double double5, double double6, TerrainNoisePoint terrainNoisePoint) -
Uses of TerrainNoisePoint in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type TerrainNoisePointModifier and TypeFieldDescriptionprivate final Long2ObjectMap<TerrainNoisePoint>ChunkNoiseSampler.terrainNoisePointsMethods in net.minecraft.world.gen.chunk that return TerrainNoisePointModifier and TypeMethodDescriptionChunkNoiseSampler.getInterpolatedTerrainNoisePoint(int x, int z) ChunkNoiseSampler.getTerrainNoisePoint(NoiseColumnSampler noiseColumnSampler, int x, int z)