Class BasaltDeltasSurfaceBuilder


public class BasaltDeltasSurfaceBuilder extends AbstractNetherSurfaceBuilder
Mappings:
Namespace Name
official dcy
intermediary net/minecraft/class_5163
named net/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder
  • Field Details

    • BASALT

      private static final BlockState BASALT
      Mappings:
      Namespace Name Mixin selector
      official a Ldcy;a:Lcks;
      intermediary field_23915 Lnet/minecraft/class_5163;field_23915:Lnet/minecraft/class_2680;
      named BASALT Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;BASALT:Lnet/minecraft/block/BlockState;
    • BLACKSTONE

      private static final BlockState BLACKSTONE
      Mappings:
      Namespace Name Mixin selector
      official b Ldcy;b:Lcks;
      intermediary field_23916 Lnet/minecraft/class_5163;field_23916:Lnet/minecraft/class_2680;
      named BLACKSTONE Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;BLACKSTONE:Lnet/minecraft/block/BlockState;
    • GRAVEL

      private static final BlockState GRAVEL
      Mappings:
      Namespace Name Mixin selector
      official c Ldcy;c:Lcks;
      intermediary field_23917 Lnet/minecraft/class_5163;field_23917:Lnet/minecraft/class_2680;
      named GRAVEL Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;GRAVEL:Lnet/minecraft/block/BlockState;
    • SURFACE_STATES

      private static final ImmutableList<BlockState> SURFACE_STATES
      Mappings:
      Namespace Name Mixin selector
      official d Ldcy;d:Lcom/google/common/collect/ImmutableList;
      intermediary field_23918 Lnet/minecraft/class_5163;field_23918:Lcom/google/common/collect/ImmutableList;
      named SURFACE_STATES Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;SURFACE_STATES:Lcom/google/common/collect/ImmutableList;
    • UNDER_LAVA_STATES

      private static final ImmutableList<BlockState> UNDER_LAVA_STATES
      Mappings:
      Namespace Name Mixin selector
      official e Ldcy;e:Lcom/google/common/collect/ImmutableList;
      intermediary field_23919 Lnet/minecraft/class_5163;field_23919:Lcom/google/common/collect/ImmutableList;
      named UNDER_LAVA_STATES Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;UNDER_LAVA_STATES:Lcom/google/common/collect/ImmutableList;
  • Constructor Details

    • BasaltDeltasSurfaceBuilder

      public BasaltDeltasSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lddm;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3523;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • getSurfaceStates

      protected ImmutableList<BlockState> getSurfaceStates()
      Specified by:
      getSurfaceStates in class AbstractNetherSurfaceBuilder
      Mappings:
      Namespace Name Mixin selector
      official a Lddg;a()Lcom/google/common/collect/ImmutableList;
      intermediary method_27129 Lnet/minecraft/class_5164;method_27129()Lcom/google/common/collect/ImmutableList;
      named getSurfaceStates Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getSurfaceStates()Lcom/google/common/collect/ImmutableList;
    • getUnderLavaStates

      protected ImmutableList<BlockState> getUnderLavaStates()
      Specified by:
      getUnderLavaStates in class AbstractNetherSurfaceBuilder
      Mappings:
      Namespace Name Mixin selector
      official b Lddg;b()Lcom/google/common/collect/ImmutableList;
      intermediary method_27133 Lnet/minecraft/class_5164;method_27133()Lcom/google/common/collect/ImmutableList;
      named getUnderLavaStates Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getUnderLavaStates()Lcom/google/common/collect/ImmutableList;
    • getLavaShoreState

      protected BlockState getLavaShoreState()
      Returns the state that will make up the boundary between the land and the lava ocean.
      Specified by:
      getLavaShoreState in class AbstractNetherSurfaceBuilder
      Mappings:
      Namespace Name Mixin selector
      official c Lddg;c()Lcks;
      intermediary method_27135 Lnet/minecraft/class_5164;method_27135()Lnet/minecraft/class_2680;
      named getLavaShoreState Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getLavaShoreState()Lnet/minecraft/block/BlockState;