Class DecoratedDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.DecoratedDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
- Mappings:
Namespace Name official czu
intermediary net/minecraft/class_5443
named net/minecraft/world/gen/decorator/DecoratedDecoratorConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<DecoratedDecoratorConfig>
private ConfiguredDecorator<?>
private ConfiguredDecorator<?>
Fields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT
-
Constructor Summary
ConstructorDescriptionDecoratedDecoratorConfig(ConfiguredDecorator<?> outer, ConfiguredDecorator<?> inner)
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lczu;a:Lcom/mojang/serialization/Codec;
intermediary field_25854
Lnet/minecraft/class_5443;field_25854:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
-
outer
- Mappings:
Namespace Name Mixin selector official c
Lczu;c:Lczo;
intermediary field_25855
Lnet/minecraft/class_5443;field_25855:Lnet/minecraft/class_3243;
named outer
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;outer:Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;
-
inner
- Mappings:
Namespace Name Mixin selector official d
Lczu;d:Lczo;
intermediary field_25856
Lnet/minecraft/class_5443;field_25856:Lnet/minecraft/class_3243;
named inner
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;inner:Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;
-
-
Constructor Details
-
DecoratedDecoratorConfig
- Mappings:
Namespace Name Mixin selector official <init>
Lczu;<init>(Lczo;Lczo;)V
intermediary <init>
Lnet/minecraft/class_5443;<init>(Lnet/minecraft/class_3243;Lnet/minecraft/class_3243;)V
named <init>
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;<init>(Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;)V
-
-
Method Details
-
getOuter
- Mappings:
Namespace Name Mixin selector official a
Lczu;a()Lczo;
intermediary method_30455
Lnet/minecraft/class_5443;method_30455()Lnet/minecraft/class_3243;
named getOuter
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;getOuter()Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;
-
getInner
- Mappings:
Namespace Name Mixin selector official b
Lczu;b()Lczo;
intermediary method_30457
Lnet/minecraft/class_5443;method_30457()Lnet/minecraft/class_3243;
named getInner
Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;getInner()Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;
-