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 com.mojang.serialization.Codec<RangeDecoratorConfig>
RangeDecoratorConfig.CODEC
static Decorator<RangeDecoratorConfig>
Decorator.RANGE
Methods in net.minecraft.world.gen.decorator with parameters of type RangeDecoratorConfigModifier and TypeMethodDescriptionprotected int
RangeDecorator.getY(DecoratorContext decoratorContext, Random random, RangeDecoratorConfig rangeDecoratorConfig, int int2)
default R
Decoratable.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 RangeDecoratorConfig
ConfiguredFeatures.Decorators.BOTTOM_TO_60
static RangeDecoratorConfig
ConfiguredFeatures.Decorators.BOTTOM_TO_TOP
static RangeDecoratorConfig
ConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_10
static RangeDecoratorConfig
ConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_4
static RangeDecoratorConfig
ConfiguredFeatures.Decorators.BOTTOM_TO_TOP_OFFSET_8
Fields in net.minecraft.world.gen.feature with type parameters of type RangeDecoratorConfigModifier and TypeFieldDescriptionstatic ConfiguredStructureFeature<RangeDecoratorConfig,? extends StructureFeature<RangeDecoratorConfig>>
ConfiguredStructureFeatures.NETHER_FOSSIL
static ConfiguredStructureFeature<RangeDecoratorConfig,? extends StructureFeature<RangeDecoratorConfig>>
ConfiguredStructureFeatures.NETHER_FOSSIL
static StructureFeature<RangeDecoratorConfig>
StructureFeature.NETHER_FOSSIL
Methods in net.minecraft.world.gen.feature that return types with arguments of type RangeDecoratorConfigMethods in net.minecraft.world.gen.feature with parameters of type RangeDecoratorConfigModifier and TypeMethodDescriptionvoid
NetherFossilFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, RangeDecoratorConfig rangeDecoratorConfig, HeightLimitView heightLimitView)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RangeDecoratorConfigModifierConstructorDescriptionNetherFossilFeature(com.mojang.serialization.Codec<RangeDecoratorConfig> codec)
Start(StructureFeature<RangeDecoratorConfig> feature, ChunkPos pos, int references, long seed)