Class ScatterDecoratorConfig

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

public class ScatterDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official cyz
intermediary net/minecraft/class_6732
named net/minecraft/world/gen/decorator/ScatterDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ScatterDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcyz;a:Lcom/mojang/serialization/Codec;
      intermediary field_35419 Lnet/minecraft/class_6732;field_35419:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/ScatterDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • xzSpread

      public final IntProvider xzSpread
      Mappings:
      Namespace Name Mixin selector
      official c Lcyz;c:Latu;
      intermediary field_35420 Lnet/minecraft/class_6732;field_35420:Lnet/minecraft/class_6017;
      named xzSpread Lnet/minecraft/world/gen/decorator/ScatterDecoratorConfig;xzSpread:Lnet/minecraft/util/math/intprovider/IntProvider;
    • ySpread

      public final IntProvider ySpread
      Mappings:
      Namespace Name Mixin selector
      official d Lcyz;d:Latu;
      intermediary field_35421 Lnet/minecraft/class_6732;field_35421:Lnet/minecraft/class_6017;
      named ySpread Lnet/minecraft/world/gen/decorator/ScatterDecoratorConfig;ySpread:Lnet/minecraft/util/math/intprovider/IntProvider;
  • Constructor Details

    • ScatterDecoratorConfig

      public ScatterDecoratorConfig(IntProvider xzSpread, IntProvider ySpread)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcyz;<init>(Latu;Latu;)V
      intermediary <init> Lnet/minecraft/class_6732;<init>(Lnet/minecraft/class_6017;Lnet/minecraft/class_6017;)V
      named <init> Lnet/minecraft/world/gen/decorator/ScatterDecoratorConfig;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/util/math/intprovider/IntProvider;)V