public class ConfiguredDecorator<DC extends DecoratorConfig> extends Object implements class_5432<ConfiguredDecorator<?>>
| Modifier and Type | Field and Description |
|---|---|
private DC |
config |
private Decorator<DC> |
decorator |
static com.mojang.serialization.Codec<ConfiguredDecorator<?>> |
field_24981 |
| Constructor and Description |
|---|
ConfiguredDecorator(Decorator<DC> decorator,
DC dC) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredDecorator<?> |
method_30374(ConfiguredDecorator<?> configuredDecorator) |
Stream<BlockPos> |
method_30444(class_5444 class_5444,
Random random,
BlockPos blockPos) |
DC |
method_30445() |
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<?>> field_24981
private final Decorator<DC extends DecoratorConfig> decorator
private final DC extends DecoratorConfig config
public Stream<BlockPos> method_30444(class_5444 class_5444, Random random, BlockPos blockPos)
public ConfiguredDecorator<?> method_30374(ConfiguredDecorator<?> configuredDecorator)
method_30374 in interface class_5432<ConfiguredDecorator<?>>public DC method_30445()