Uses of Enum Class
dev.wyck.wrapper.worldgen.GenerationStep
Packages that use GenerationStep
-
Uses of GenerationStep in dev.wyck.wrapper.worldgen
Subclasses with type arguments of type GenerationStep in dev.wyck.wrapper.worldgenModifier and TypeClassDescriptionenumWraps Minecraft's GenerationStep.Decoration.Classes in dev.wyck.wrapper.worldgen that implement interfaces with type arguments of type GenerationStepModifier and TypeClassDescriptionenumWraps Minecraft's GenerationStep.Decoration.Fields in dev.wyck.wrapper.worldgen with type parameters of type GenerationStepModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<GenerationStep> GenerationStep.TRANSLATORMethods in dev.wyck.wrapper.worldgen that return GenerationStepModifier and TypeMethodDescriptionstatic GenerationStepReturns the enum constant of this class with the specified name.static GenerationStep[]GenerationStep.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.worldgen that return types with arguments of type GenerationStepModifier and TypeMethodDescriptionBiomeGenerationSettings.features()The placed features applied to this biome's generation, grouped by step.GenerationStep.translator()Methods in dev.wyck.wrapper.worldgen with parameters of type GenerationStepModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addFeature(GenerationStep step, PlacedFeature feature) Adds a placed feature to this biome's generation under the given step.Method parameters in dev.wyck.wrapper.worldgen with type arguments of type GenerationStepModifier and TypeMethodDescriptionBiomeGenerationSettings.Factory.create(List<ConfiguredWorldCarver> carvers, Map<GenerationStep, List<PlacedFeature>> features)