Uses of Class
net.minecraft.world.gen.GenerationStep.Feature
Package | Description |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen | |
net.minecraft.world.gen.feature |
-
Uses of GenerationStep.Feature in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type GenerationStep.Feature Modifier and Type Method Description GenerationSettings.Builder
GenerationSettings.Builder. feature(GenerationStep.Feature featureStep, ConfiguredFeature<?,?> feature)
-
Uses of GenerationStep.Feature in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return GenerationStep.Feature Modifier and Type Method Description static GenerationStep.Feature
GenerationStep.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenerationStep.Feature[]
GenerationStep.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GenerationStep.Feature in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type GenerationStep.Feature Modifier and Type Field Description private static Map<StructureFeature<?>,GenerationStep.Feature>
StructureFeature. STRUCTURE_TO_GENERATION_STEP
Methods in net.minecraft.world.gen.feature that return GenerationStep.Feature Modifier and Type Method Description GenerationStep.Feature
StructureFeature. getGenerationStep()
Gets the step during which this structure will participate in world generation.Methods in net.minecraft.world.gen.feature with parameters of type GenerationStep.Feature Modifier and Type Method Description private static <F extends StructureFeature<?>>
FStructureFeature. register(String name, F structureFeature, GenerationStep.Feature step)