Uses of Class
net.minecraft.class_7869
Packages that use class_7869
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7869 in net.minecraft
Methods in net.minecraft that return class_7869Modifier and TypeMethodDescriptionstatic class_7869class_7869.method_46702(NoiseConfig noiseConfig, long long2, BiomeSource biomeSource, CommandRegistryWrapper<StructureSet> commandRegistryWrapper) static class_7869class_7869.method_46703(NoiseConfig noiseConfig, long long2, BiomeSource biomeSource, Stream<RegistryEntry<StructureSet>> stream) -
Uses of class_7869 in net.minecraft.server.world
Fields in net.minecraft.server.world declared as class_7869Methods in net.minecraft.server.world that return class_7869Modifier and TypeMethodDescriptionprotected class_7869ThreadedAnvilChunkStorage.method_46641()ServerChunkManager.method_46642() -
Uses of class_7869 in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return class_7869Modifier and TypeMethodDescriptionChunkGenerator.method_46696(CommandRegistryWrapper<StructureSet> commandRegistryWrapper, NoiseConfig noiseConfig, long long2) FlatChunkGenerator.method_46696(CommandRegistryWrapper<StructureSet> commandRegistryWrapper, NoiseConfig noiseConfig, long long2) Methods in net.minecraft.world.gen.chunk with parameters of type class_7869Modifier and TypeMethodDescriptionvoidChunkGenerator.setStructureStarts(DynamicRegistryManager registryManager, class_7869 class_7869, StructureAccessor structureAccessor, Chunk chunk, StructureTemplateManager structureTemplateManager) Determines which structures should start in the given chunk and creates their starting points. -
Uses of class_7869 in net.minecraft.world.gen.chunk.placement
Methods in net.minecraft.world.gen.chunk.placement with parameters of type class_7869Modifier and TypeMethodDescriptionprotected booleanConcentricRingsStructurePlacement.isStartChunk(class_7869 class_7869, int int2, int int3) protected booleanRandomSpreadStructurePlacement.isStartChunk(class_7869 class_7869, int int2, int int3) protected abstract booleanStructurePlacement.isStartChunk(class_7869 class_7869, int int2, int int3) (package private) booleanStructurePlacement.ExclusionZone.shouldExclude(class_7869 class_7869, int int2, int int3) Deprecated.booleanStructurePlacement.shouldGenerate(class_7869 class_7869, int int2, int int3)