Class LargeDripstoneFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature<LargeDripstoneFeatureConfig>
net.minecraft.world.gen.feature.LargeDripstoneFeature

public class LargeDripstoneFeature
extends Feature<LargeDripstoneFeatureConfig>
Mappings:
Namespace Name
official cpj
intermediary net/minecraft/class_5727
named net/minecraft/world/gen/feature/LargeDripstoneFeature
  • Constructor Details

    • LargeDripstoneFeature

      public LargeDripstoneFeature​(com.mojang.serialization.Codec<LargeDripstoneFeatureConfig> 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<LargeDripstoneFeatureConfig> featureContext)
      Specified by:
      generate in class Feature<LargeDripstoneFeatureConfig>
      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
    • createGenerator

      private static LargeDripstoneFeature.DripstoneGenerator createGenerator​(BlockPos pos, boolean isStalagmite, Random random, int scale, UniformFloatDistribution bluntness, UniformFloatDistribution heightScale)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpj;a(Lfx;ZLjava/util/Random;ILagn;Lagn;)Lcpj$a;
      intermediary method_33016 Lnet/minecraft/class_5727;method_33016(Lnet/minecraft/class_2338;ZLjava/util/Random;ILnet/minecraft/class_5700;Lnet/minecraft/class_5700;)Lnet/minecraft/class_5727$class_5728;
      named createGenerator Lnet/minecraft/world/gen/feature/LargeDripstoneFeature;createGenerator(Lnet/minecraft/util/math/BlockPos;ZLjava/util/Random;ILnet/minecraft/world/gen/UniformFloatDistribution;Lnet/minecraft/world/gen/UniformFloatDistribution;)Lnet/minecraft/world/gen/feature/LargeDripstoneFeature$DripstoneGenerator;