Class BasaltPillarFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature<DefaultFeatureConfig>
net.minecraft.world.gen.feature.BasaltPillarFeature

public class BasaltPillarFeature extends Feature<DefaultFeatureConfig>
Mappings:
Namespace Name
official cre
intermediary net/minecraft/class_4779
named net/minecraft/world/gen/feature/BasaltPillarFeature
  • Constructor Details

    • BasaltPillarFeature

      public BasaltPillarFeature(com.mojang.serialization.Codec<DefaultFeatureConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcsf;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3031;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/feature/Feature;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • generate

      public boolean generate(FeatureContext<DefaultFeatureConfig> context)
      Specified by:
      generate in class Feature<DefaultFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcsf;a(Lcsg;)Z
      intermediary method_13151 Lnet/minecraft/class_3031;method_13151(Lnet/minecraft/class_5821;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/gen/feature/util/FeatureContext;)Z
    • tryPlaceBasalt

      private void tryPlaceBasalt(WorldAccess world, Random random, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcre;a(Lbwq;Ljava/util/Random;Lgg;)V
      intermediary method_24434 Lnet/minecraft/class_4779;method_24434(Lnet/minecraft/class_1936;Ljava/util/Random;Lnet/minecraft/class_2338;)V
      named tryPlaceBasalt Lnet/minecraft/world/gen/feature/BasaltPillarFeature;tryPlaceBasalt(Lnet/minecraft/world/WorldAccess;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)V
    • stopOrPlaceBasalt

      private boolean stopOrPlaceBasalt(WorldAccess world, Random random, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lcre;b(Lbwq;Ljava/util/Random;Lgg;)Z
      intermediary method_24435 Lnet/minecraft/class_4779;method_24435(Lnet/minecraft/class_1936;Ljava/util/Random;Lnet/minecraft/class_2338;)Z
      named stopOrPlaceBasalt Lnet/minecraft/world/gen/feature/BasaltPillarFeature;stopOrPlaceBasalt(Lnet/minecraft/world/WorldAccess;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z