Uses of Record Class
net.minecraft.world.gen.structure.Structure.class_9594
Packages that use Structure.class_9594
-
Uses of Structure.class_9594 in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure with type parameters of type Structure.class_9594Modifier and TypeFieldDescriptionprivate final List<Structure.class_9594> Structure.Config.densityChecksThe field for thedensityChecksrecord component.private final List<Structure.class_9594> Structure.Context.densityChecksThe field for thedensityChecksrecord component.static final com.mojang.serialization.Codec<Structure.class_9594> Structure.class_9594.field_51025Methods in net.minecraft.world.gen.structure that return Structure.class_9594Modifier and TypeMethodDescriptionstatic Structure.class_9594Structure.class_9594.method_59295(int int2, int int3, int int4, boolean bool) Methods in net.minecraft.world.gen.structure that return types with arguments of type Structure.class_9594Modifier and TypeMethodDescriptionStructure.Config.densityChecks()Returns the value of thedensityChecksrecord component.Structure.Context.densityChecks()Returns the value of thedensityChecksrecord component.Structure.method_59293()Method parameters in net.minecraft.world.gen.structure with type arguments of type Structure.class_9594Modifier and TypeMethodDescriptionstatic Structure.ConfigStructures.createConfig(RegistryEntryList<Biome> biomes, List<Structure.class_9594> list, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) Structure.createStructureStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes, List<Structure.class_9594> list) Constructor parameters in net.minecraft.world.gen.structure with type arguments of type Structure.class_9594ModifierConstructorDescriptionConfig(RegistryEntryList<Biome> registryEntryList, List<Structure.class_9594> list, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) Context(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate, List<Structure.class_9594> list) Context(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, List<Structure.class_9594> list)