Class DecoratedDecoratorConfig

java.lang.Object
net.minecraft.world.gen.decorator.DecoratedDecoratorConfig
All Implemented Interfaces:
DecoratorConfig

public class DecoratedDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official czu
intermediary net/minecraft/class_5443
named net/minecraft/world/gen/decorator/DecoratedDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<DecoratedDecoratorConfig> 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

      private final ConfiguredDecorator<?> 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

      private final 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

      public DecoratedDecoratorConfig(ConfiguredDecorator<?> outer, ConfiguredDecorator<?> inner)
      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

      public ConfiguredDecorator<?> 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

      public 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;