Uses of Class
net.minecraft.world.gen.decorator.ConfiguredDecorator
Packages that use ConfiguredDecorator
-
Uses of ConfiguredDecorator in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as ConfiguredDecoratorModifier and TypeFieldDescriptionprivate final ConfiguredDecorator<?>DecoratedDecoratorConfig.innerprivate final ConfiguredDecorator<?>DecoratedDecoratorConfig.outerFields in net.minecraft.world.gen.decorator with type parameters of type ConfiguredDecoratorModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ConfiguredDecorator<DC>>Decorator.codecstatic final com.mojang.serialization.Codec<ConfiguredDecorator<?>>ConfiguredDecorator.CODECMethods in net.minecraft.world.gen.decorator that return ConfiguredDecoratorModifier and TypeMethodDescriptionConfiguredDecorator.decorate(ConfiguredDecorator<?> configuredDecorator) DecoratedDecoratorConfig.getInner()DecoratedDecoratorConfig.getOuter()Methods in net.minecraft.world.gen.decorator that return types with arguments of type ConfiguredDecoratorModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredDecorator<DC>>Decorator.getCodec()Methods in net.minecraft.world.gen.decorator with parameters of type ConfiguredDecoratorModifier and TypeMethodDescriptionConfiguredDecorator.decorate(ConfiguredDecorator<?> configuredDecorator) Decoratable.decorate(ConfiguredDecorator<?> decorator) Constructors in net.minecraft.world.gen.decorator with parameters of type ConfiguredDecoratorModifierConstructorDescriptionDecoratedDecoratorConfig(ConfiguredDecorator<?> outer, ConfiguredDecorator<?> inner) -
Uses of ConfiguredDecorator in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as ConfiguredDecoratorModifier and TypeFieldDescriptionstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.DARK_OAK_TREE_HEIGHTMAPfinal ConfiguredDecorator<?>DecoratedFeatureConfig.decoratorstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.FIREstatic final ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators.HEIGHTMAPstatic final ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators.HEIGHTMAP_OCEAN_FLOORstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.HEIGHTMAP_OCEAN_FLOOR_NO_WATERstatic final ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators.HEIGHTMAP_WORLD_SURFACEstatic final ConfiguredDecorator<?>ConfiguredFeatures.MOVE_ONTO_SNOW_DECORATORstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_HEIGHTMAPstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_HEIGHTMAP_OCEAN_FLOOR_NO_WATERstatic final ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_TOP_SOLID_HEIGHTMAPstatic final ConfiguredDecorator<HeightmapDecoratorConfig>ConfiguredFeatures.Decorators.TOP_SOLID_HEIGHTMAPMethods in net.minecraft.world.gen.feature with parameters of type ConfiguredDecoratorModifier and TypeMethodDescriptionConfiguredFeature<?,?> ConfiguredFeature.decorate(ConfiguredDecorator<?> configuredDecorator) Constructors in net.minecraft.world.gen.feature with parameters of type ConfiguredDecoratorModifierConstructorDescriptionDecoratedFeatureConfig(Supplier<ConfiguredFeature<?, ?>> feature, ConfiguredDecorator<?> decorator)