public class ConfiguredDecorator<DC extends DecoratorConfig> extends Object implements class_5432<ConfiguredDecorator<?>>
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<ConfiguredDecorator<?>> |
CODEC |
private DC |
config |
private Decorator<DC> |
decorator |
| Constructor and Description |
|---|
ConfiguredDecorator(Decorator<DC> decorator,
DC config) |
| Modifier and Type | Method and Description |
|---|---|
DC |
getConfig() |
ConfiguredDecorator<?> |
method_30374(ConfiguredDecorator<?> configuredDecorator) |
Stream<BlockPos> |
method_30444(DecoratorContext decoratorContext,
Random random,
BlockPos blockPos) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmethod_30371, method_30372, method_30373, method_30375, method_30376, method_30377public static final com.mojang.serialization.Codec<ConfiguredDecorator<?>> CODEC
private final Decorator<DC extends DecoratorConfig> decorator
private final DC extends DecoratorConfig config
public Stream<BlockPos> method_30444(DecoratorContext decoratorContext, Random random, BlockPos blockPos)
public ConfiguredDecorator<?> method_30374(ConfiguredDecorator<?> configuredDecorator)
method_30374 in interface class_5432<ConfiguredDecorator<?>>public DC getConfig()