Class LavaLakeDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<ChanceDecoratorConfig>
net.minecraft.world.gen.decorator.LavaLakeDecorator

public class LavaLakeDecorator
extends Decorator<ChanceDecoratorConfig>
Mappings:
Namespace Name
official cvy
intermediary net/minecraft/class_3293
named net/minecraft/world/gen/decorator/LavaLakeDecorator
  • Constructor Details

    • LavaLakeDecorator

      public LavaLakeDecorator​(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvs;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3284;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/decorator/Decorator;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • getPositions

      public Stream<BlockPos> getPositions​(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<ChanceDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvy;a(Lcvl;Ljava/util/Random;Lcvd;Lfx;)Ljava/util/stream/Stream;
      intermediary method_15931 Lnet/minecraft/class_3293;method_15931(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3297;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/LavaLakeDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/ChanceDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;