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 cno
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> Lcoq;<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> featureContext)
      Specified by:
      generate in class Feature<DefaultFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcoq;a(Lcor;)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 Lcno;a(Lbtw;Ljava/util/Random;Lfx;)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 Lcno;b(Lbtw;Ljava/util/Random;Lfx;)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