Uses of Record Class
net.minecraft.class_7138
Packages that use class_7138
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7138 in net.minecraft
Methods in net.minecraft that return class_7138Modifier and TypeMethodDescriptionstatic class_7138class_7138.method_41556(ChunkGeneratorSettings chunkGeneratorSettings, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, long long2) static class_7138class_7138.method_41557(DynamicRegistryManager dynamicRegistryManager, RegistryKey<ChunkGeneratorSettings> registryKey, long long2) -
Uses of class_7138 in net.minecraft.server.world
Fields in net.minecraft.server.world declared as class_7138Methods in net.minecraft.server.world that return class_7138Modifier and TypeMethodDescriptionprotected class_7138ThreadedAnvilChunkStorage.method_41247()ServerChunkManager.method_41248() -
Uses of class_7138 in net.minecraft.structure
Fields in net.minecraft.structure declared as class_7138Modifier and TypeFieldDescriptionprivate final class_7138StructureGeneratorFactory.Context.randomStateThe field for therandomStaterecord component.Methods in net.minecraft.structure that return class_7138Modifier and TypeMethodDescriptionStructureGeneratorFactory.Context.randomState()Returns the value of therandomStaterecord component.Constructors in net.minecraft.structure with parameters of type class_7138ModifierConstructorDescriptionContext(ChunkGenerator chunkGenerator, BiomeSource biomeSource, class_7138 class_7138, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of class_7138 in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type class_7138Modifier and TypeMethodDescriptionstatic voidStructurePoolBasedGenerator.generate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world, class_7138 class_7138) (package private) voidStructurePoolBasedGenerator.StructurePoolGenerator.generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, boolean modifyBoundingBox, HeightLimitView world, class_7138 class_7138) -
Uses of class_7138 in net.minecraft.world
Fields in net.minecraft.world declared as class_7138Constructors in net.minecraft.world with parameters of type class_7138ModifierConstructorDescriptionStructureLocator(NbtScannable chunkIoWorker, DynamicRegistryManager registryManager, StructureManager structureManager, RegistryKey<World> worldKey, ChunkGenerator chunkGenerator, class_7138 class_7138, HeightLimitView heightLimitView, BiomeSource biomeSource, long long2, com.mojang.datafixers.DataFixer dataFixer) -
Uses of class_7138 in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as class_7138Methods in net.minecraft.world.gen.carver that return class_7138Constructors in net.minecraft.world.gen.carver with parameters of type class_7138ModifierConstructorDescriptionCarverContext(NoiseChunkGenerator noiseChunkGenerator, DynamicRegistryManager dynamicRegistryManager, HeightLimitView heightLimitView, ChunkNoiseSampler chunkNoiseSampler, class_7138 class_7138, MaterialRules.MaterialRule materialRule) -
Uses of class_7138 in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type class_7138Modifier and TypeMethodDescriptionabstract voidChunkGenerator.buildSurface(ChunkRegion region, StructureAccessor structures, class_7138 class_7138, Chunk chunk) Places the surface blocks of the biomes after the noise has been generated.voidDebugChunkGenerator.buildSurface(ChunkRegion region, StructureAccessor structures, class_7138 class_7138, Chunk chunk) Places the surface blocks of the biomes after the noise has been generated.voidFlatChunkGenerator.buildSurface(ChunkRegion region, StructureAccessor structures, class_7138 class_7138, Chunk chunk) Places the surface blocks of the biomes after the noise has been generated.voidNoiseChunkGenerator.buildSurface(ChunkRegion region, StructureAccessor structures, class_7138 class_7138, Chunk chunk) Places the surface blocks of the biomes after the noise has been generated.abstract voidChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidDebugChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidFlatChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidNoiseChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.private CompletableFuture<List<ChunkPos>>ChunkGenerator.generateStrongholdPositions(RegistryEntry<StructureSet> registryEntry, class_7138 class_7138, ConcentricRingsStructurePlacement concentricRingsStructurePlacement) abstract VerticalBlockSampleChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.DebugChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.FlatChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.NoiseChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.ChunkGenerator.getConcentricRingsStartChunks(ConcentricRingsStructurePlacement structurePlacement, class_7138 class_7138) abstract voidChunkGenerator.getDebugHudText(List<String> text, class_7138 class_7138, BlockPos blockPos) voidDebugChunkGenerator.getDebugHudText(List<String> text, class_7138 class_7138, BlockPos blockPos) voidFlatChunkGenerator.getDebugHudText(List<String> text, class_7138 class_7138, BlockPos blockPos) voidNoiseChunkGenerator.getDebugHudText(List<String> text, class_7138 class_7138, BlockPos blockPos) abstract intChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) Returns the raw noise height of a column for use in structure generation.intDebugChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) Returns the raw noise height of a column for use in structure generation.intFlatChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) Returns the raw noise height of a column for use in structure generation.intNoiseChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) Returns the raw noise height of a column for use in structure generation.intChunkGenerator.getHeightInGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) intChunkGenerator.getHeightOnGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world, class_7138 class_7138) private booleanChunkGenerator.method_41044(StructureSet.WeightedEntry weightedEntry, StructureAccessor structureAccessor, DynamicRegistryManager dynamicRegistryManager, class_7138 class_7138, StructureManager structureManager, long long2, Chunk chunk, ChunkPos chunkPos, ChunkSectionPos chunkSectionPos) booleanChunkGenerator.method_41053(RegistryEntry<StructureSet> registryEntry, class_7138 class_7138, long long2, int int2, int int3, int int4) private List<StructurePlacement>ChunkGenerator.method_41055(RegistryEntry<StructureFeature> registryEntry, class_7138 class_7138) private voidChunkGenerator.method_41057(class_7138 class_7138) voidChunkGenerator.method_41058(class_7138 class_7138) private ChunkNoiseSamplerNoiseChunkGenerator.method_41537(Chunk chunk, StructureAccessor structureAccessor, Blender blender, class_7138 class_7138) voidNoiseChunkGenerator.method_41538(Chunk chunk, HeightContext heightContext, class_7138 class_7138, StructureAccessor structureAccessor, BiomeAccess biomeAccess, Registry<Biome> registry, Blender blender) ChunkGenerator.populateBiomes(Registry<Biome> biomeRegistry, Executor executor, class_7138 class_7138, Blender blender, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes(Registry<Biome> biomeRegistry, Executor executor, class_7138 class_7138, Blender blender, StructureAccessor structureAccessor, Chunk chunk) private voidNoiseChunkGenerator.populateBiomes(Blender blender, class_7138 class_7138, StructureAccessor structureAccessor, Chunk chunk) abstract CompletableFuture<Chunk>ChunkGenerator.populateNoise(Executor executor, Blender blender, class_7138 structureAccessor, StructureAccessor structureAccessor2, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.DebugChunkGenerator.populateNoise(Executor executor, Blender blender, class_7138 structureAccessor, StructureAccessor structureAccessor2, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.FlatChunkGenerator.populateNoise(Executor executor, Blender blender, class_7138 structureAccessor, StructureAccessor structureAccessor2, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.NoiseChunkGenerator.populateNoise(Executor executor, Blender blender, class_7138 structureAccessor, StructureAccessor structureAccessor2, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.private ChunkNoiseChunkGenerator.populateNoise(Blender blender, StructureAccessor structureAccessor, class_7138 class_7138, Chunk chunk, int int2, int int3) private OptionalIntNoiseChunkGenerator.sampleHeightmap(HeightLimitView heightLimitView, class_7138 class_7138, int int2, int int3, @Nullable MutableObject<VerticalBlockSample> mutableObject, @Nullable Predicate<BlockState> predicate) voidChunkGenerator.setStructureStarts(DynamicRegistryManager registryManager, class_7138 class_7138, StructureAccessor structureAccessor, Chunk chunk, StructureManager structureManager, long long2) Determines which structures should start in the given chunk and creates their starting points. -
Uses of class_7138 in net.minecraft.world.gen.chunk.placement
Methods in net.minecraft.world.gen.chunk.placement with parameters of type class_7138Modifier and TypeMethodDescriptionprotected booleanConcentricRingsStructurePlacement.isStartChunk(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) protected booleanRandomSpreadStructurePlacement.isStartChunk(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) protected abstract booleanStructurePlacement.isStartChunk(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) booleanStructurePlacement.method_41639(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) (package private) booleanStructurePlacement.class_7152.method_41648(ChunkGenerator chunkGenerator, class_7138 class_7138, long long2, int int2, int int3) Deprecated. -
Uses of class_7138 in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as class_7138Modifier and TypeFieldDescriptionprivate final class_7138StructureFeature.class_7149.randomStateThe field for therandomStaterecord component.Methods in net.minecraft.world.gen.feature that return class_7138Modifier and TypeMethodDescriptionStructureFeature.class_7149.randomState()Returns the value of therandomStaterecord component.Methods in net.minecraft.world.gen.feature with parameters of type class_7138Modifier and TypeMethodDescriptionprivate static intRuinedPortalFeature.getFloorHeight(Random random, ChunkGenerator chunkGenerator, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, boolean airPocket, int height, int blockCountY, BlockBox box, HeightLimitView world, class_7138 class_7138) private static intEndCityFeature.getGenerationHeight(ChunkPos pos, ChunkGenerator chunkGenerator, HeightLimitView world, class_7138 class_7138) private static booleanStructureFeature.method_41613(StructureFeature.class_7150 class_7150, ChunkGenerator chunkGenerator, class_7138 class_7138, Predicate<RegistryEntry<Biome>> predicate) StructureFeature.method_41614(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, class_7138 class_7138, StructureManager structureManager, long long2, ChunkPos chunkPos, int int2, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) Constructors in net.minecraft.world.gen.feature with parameters of type class_7138ModifierConstructorDescriptionclass_7149(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, class_7138 class_7138, StructureManager structureManager, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) class_7149(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, class_7138 class_7138, StructureManager structureManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) -
Uses of class_7138 in net.minecraft.world.gen.surfacebuilder
Fields in net.minecraft.world.gen.surfacebuilder declared as class_7138Modifier and TypeFieldDescription(package private) final class_7138MaterialRules.MaterialRuleContext.field_37703Methods in net.minecraft.world.gen.surfacebuilder with parameters of type class_7138Modifier and TypeMethodDescriptionvoidSurfaceBuilder.buildSurface(class_7138 class_7138, BiomeAccess biomeAccess, Registry<Biome> registry, boolean bool, HeightContext heightContext, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, MaterialRules.MaterialRule materialRule) Constructors in net.minecraft.world.gen.surfacebuilder with parameters of type class_7138ModifierConstructorDescriptionprotectedMaterialRuleContext(SurfaceBuilder surfaceBuilder, class_7138 class_7138, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> function, Registry<Biome> registry, HeightContext heightContext)