Uses of Class
net.minecraft.world.gen.decorator.RangeDecoratorConfig
Packages that use RangeDecoratorConfig
-
Uses of RangeDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type RangeDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RangeDecoratorConfig>RangeDecoratorConfig.CODECstatic final Decorator<RangeDecoratorConfig>Decorator.RANGEMethods in net.minecraft.world.gen.decorator with parameters of type RangeDecoratorConfigModifier and TypeMethodDescriptionprotected intRangeDecorator.getY(DecoratorContext decoratorContext, Random random, RangeDecoratorConfig rangeDecoratorConfig, int int2) default RDecoratable.range(RangeDecoratorConfig config) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type RangeDecoratorConfigModifierConstructorDescriptionRangeDecorator(com.mojang.serialization.Codec<RangeDecoratorConfig> configCodec) -
Uses of RangeDecoratorConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RangeDecoratorConfigModifier and TypeFieldDescriptionstatic final RangeDecoratorConfigConfiguredFeatures.Decorators.BOTTOM_TO_120static final RangeDecoratorConfigConfiguredFeatures.Decorators.BOTTOM_TO_TOPstatic final RangeDecoratorConfigConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_10static final RangeDecoratorConfigConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_4static final RangeDecoratorConfigConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_8Fields in net.minecraft.world.gen.feature with type parameters of type RangeDecoratorConfigModifier and TypeFieldDescriptionprivate static final ConfiguredStructureFeature<RangeDecoratorConfig,? extends StructureFeature<RangeDecoratorConfig>> ConfiguredStructureFeatures.NETHER_FOSSILprivate static final ConfiguredStructureFeature<RangeDecoratorConfig,? extends StructureFeature<RangeDecoratorConfig>> ConfiguredStructureFeatures.NETHER_FOSSILstatic final StructureFeature<RangeDecoratorConfig>StructureFeature.NETHER_FOSSILMethods in net.minecraft.world.gen.feature with parameters of type RangeDecoratorConfigModifier and TypeMethodDescriptionprivate static voidNetherFossilFeature.method_38699(class_6626 class_6626, RangeDecoratorConfig rangeDecoratorConfig, class_6622.class_6623 class_6623) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RangeDecoratorConfigModifierConstructorDescriptionNetherFossilFeature(com.mojang.serialization.Codec<RangeDecoratorConfig> codec)