Class WorldSurfaceHeightmapDecorator


public class WorldSurfaceHeightmapDecorator
extends HeightmapDecorator<NopeDecoratorConfig>
Mappings:
Namespace Name
official cvu
intermediary net/minecraft/class_5446
named net/minecraft/world/gen/decorator/WorldSurfaceHeightmapDecorator
  • Constructor Details

    • WorldSurfaceHeightmapDecorator

      public WorldSurfaceHeightmapDecorator​(com.mojang.serialization.Codec<NopeDecoratorConfig> 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

    • getHeightmapType

      protected Heightmap.Type getHeightmapType​(NopeDecoratorConfig nopeDecoratorConfig)
      Specified by:
      getHeightmapType in class AbstractHeightmapDecorator<NopeDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvu;a(Lcrv;)Lcmp$a;
      intermediary method_30464 Lnet/minecraft/class_5446;method_30464(Lnet/minecraft/class_3113;)Lnet/minecraft/class_2902$class_2903;
      named getHeightmapType Lnet/minecraft/world/gen/decorator/WorldSurfaceHeightmapDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;