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 ConfiguredDecorator<?>DecoratedDecoratorConfig.innerprivate ConfiguredDecorator<?>DecoratedDecoratorConfig.outerFields in net.minecraft.world.gen.decorator with type parameters of type ConfiguredDecoratorModifier and TypeFieldDescriptionprivate com.mojang.serialization.Codec<ConfiguredDecorator<DC>>Decorator.codecstatic 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 ConfiguredDecorator<?>ConfiguredFeatures.Decorators.DARK_OAK_TREE_HEIGHTMAPDecoratedFeatureConfig.decoratorstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.FIREConfiguredFeatures.Decorators.HEIGHTMAPConfiguredFeatures.Decorators.HEIGHTMAP_OCEAN_FLOORstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.HEIGHTMAP_OCEAN_FLOOR_NO_WATERConfiguredFeatures.Decorators.HEIGHTMAP_SPREAD_DOUBLEConfiguredFeatures.Decorators.HEIGHTMAP_WORLD_SURFACEstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SPREAD_32_ABOVEstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_HEIGHTMAPstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_HEIGHTMAP_OCEAN_FLOOR_NO_WATERstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_HEIGHTMAP_SPREAD_DOUBLEstatic ConfiguredDecorator<?>ConfiguredFeatures.Decorators.SQUARE_TOP_SOLID_HEIGHTMAPConfiguredFeatures.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)