Class AbstractHeightmapDecorator<DC extends DecoratorConfig>

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractHeightmapDecorator<DC>
Direct Known Subclasses:
DarkOakTreeDecorator, HeightmapDecorator, SpreadDoubleHeightmapDecorator

public abstract class AbstractHeightmapDecorator<DC extends DecoratorConfig>
extends Decorator<DC>
Mappings:
Namespace Name
official cvl
intermediary net/minecraft/class_5445
named net/minecraft/world/gen/decorator/AbstractHeightmapDecorator
  • Constructor Details

    • AbstractHeightmapDecorator

      public AbstractHeightmapDecorator​(com.mojang.serialization.Codec<DC> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvp;<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

    • getHeightmapType

      protected abstract Heightmap.Type getHeightmapType​(DC config)
      Mappings:
      Namespace Name Mixin selector
      official a Lcvl;a(Lcrf;)Lcmm$a;
      intermediary method_30463 Lnet/minecraft/class_5445;method_30463(Lnet/minecraft/class_2998;)Lnet/minecraft/class_2902$class_2903;
      named getHeightmapType Lnet/minecraft/world/gen/decorator/AbstractHeightmapDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/DecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;