Uses of Class
net.minecraft.world.gen.decorator.ConfiguredDecorator
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator | |
| net.minecraft.world.gen.feature |
-
Uses of ConfiguredDecorator in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as ConfiguredDecorator Modifier and Type Field Description private ConfiguredDecorator<?>DecoratedDecoratorConfig. innerprivate ConfiguredDecorator<?>DecoratedDecoratorConfig. outerFields in net.minecraft.world.gen.decorator with type parameters of type ConfiguredDecorator Modifier and Type Field Description private com.mojang.serialization.Codec<ConfiguredDecorator<DC>>Decorator. codecstatic com.mojang.serialization.Codec<ConfiguredDecorator<?>>ConfiguredDecorator. CODECMethods in net.minecraft.world.gen.decorator that return ConfiguredDecorator Modifier and Type Method Description ConfiguredDecorator<DC>Decorator. configure(DC config)ConfiguredDecorator<?>ConfiguredDecorator. decorate(ConfiguredDecorator<?> configuredDecorator)ConfiguredDecorator<?>DecoratedDecoratorConfig. getInner()ConfiguredDecorator<?>DecoratedDecoratorConfig. getOuter()Methods in net.minecraft.world.gen.decorator that return types with arguments of type ConfiguredDecorator Modifier and Type Method Description com.mojang.serialization.Codec<ConfiguredDecorator<DC>>Decorator. getCodec()Methods in net.minecraft.world.gen.decorator with parameters of type ConfiguredDecorator Modifier and Type Method Description ConfiguredDecorator<?>ConfiguredDecorator. decorate(ConfiguredDecorator<?> configuredDecorator)RDecoratable. decorate(ConfiguredDecorator<?> decorator)Constructors in net.minecraft.world.gen.decorator with parameters of type ConfiguredDecorator Constructor Description DecoratedDecoratorConfig(ConfiguredDecorator<?> outer, ConfiguredDecorator<?> inner) -
Uses of ConfiguredDecorator in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type ConfiguredDecorator Modifier and Type Method Description ConfiguredFeature<?,?>ConfiguredFeature. decorate(ConfiguredDecorator<?> configuredDecorator)Constructors in net.minecraft.world.gen.feature with parameters of type ConfiguredDecorator Constructor Description DecoratedFeatureConfig(Supplier<ConfiguredFeature<?,?>> feature, ConfiguredDecorator<?> decorator)