Class RootPlacer

java.lang.Object
net.minecraft.world.gen.root.RootPlacer
Direct Known Subclasses:
MangroveRootPlacer

public abstract class RootPlacer extends Object
Mappings:
Namespace Name
official dlg
intermediary net/minecraft/class_7387
named net/minecraft/world/gen/root/RootPlacer
  • Field Details

    • TYPE_CODEC

      public static final com.mojang.serialization.Codec<RootPlacer> TYPE_CODEC
      Mappings:
      Namespace Name Mixin selector
      official d Ldlg;d:Lcom/mojang/serialization/Codec;
      intermediary field_38779 Lnet/minecraft/class_7387;field_38779:Lcom/mojang/serialization/Codec;
      named TYPE_CODEC Lnet/minecraft/world/gen/root/RootPlacer;TYPE_CODEC:Lcom/mojang/serialization/Codec;
    • trunkOffsetY

      protected final IntProvider trunkOffsetY
      Mappings:
      Namespace Name Mixin selector
      official e Ldlg;e:Lbbr;
      intermediary field_38868 Lnet/minecraft/class_7387;field_38868:Lnet/minecraft/class_6017;
      named trunkOffsetY Lnet/minecraft/world/gen/root/RootPlacer;trunkOffsetY:Lnet/minecraft/util/math/intprovider/IntProvider;
    • rootProvider

      protected final BlockStateProvider rootProvider
      Mappings:
      Namespace Name Mixin selector
      official f Ldlg;f:Ldlj;
      intermediary field_38780 Lnet/minecraft/class_7387;field_38780:Lnet/minecraft/class_4651;
      named rootProvider Lnet/minecraft/world/gen/root/RootPlacer;rootProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
    • aboveRootPlacement

      protected final Optional<AboveRootPlacement> aboveRootPlacement
      Mappings:
      Namespace Name Mixin selector
      official g Ldlg;g:Ljava/util/Optional;
      intermediary field_38869 Lnet/minecraft/class_7387;field_38869:Ljava/util/Optional;
      named aboveRootPlacement Lnet/minecraft/world/gen/root/RootPlacer;aboveRootPlacement:Ljava/util/Optional;
  • Constructor Details

    • RootPlacer

      public RootPlacer(IntProvider trunkOffsetY, BlockStateProvider rootProvider, Optional<AboveRootPlacement> aboveRootPlacement)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldlg;<init>(Lbbr;Ldlj;Ljava/util/Optional;)V
      intermediary <init> Lnet/minecraft/class_7387;<init>(Lnet/minecraft/class_6017;Lnet/minecraft/class_4651;Ljava/util/Optional;)V
      named <init> Lnet/minecraft/world/gen/root/RootPlacer;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Ljava/util/Optional;)V
  • Method Details

    • method_43182

      protected static <P extends RootPlacer> com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,BlockStateProvider,Optional<AboveRootPlacement>> method_43182(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3;
      intermediary method_43182 Lnet/minecraft/class_7387;method_43182(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3;
      named method_43182 Lnet/minecraft/world/gen/root/RootPlacer;method_43182(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3;
    • getType

      protected abstract RootPlacerType<?> getType()
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a()Ldlh;
      intermediary method_43165 Lnet/minecraft/class_7387;method_43165()Lnet/minecraft/class_7388;
      named getType Lnet/minecraft/world/gen/root/RootPlacer;getType()Lnet/minecraft/world/gen/root/RootPlacerType;
    • generate

      public abstract boolean generate(TestableWorld world, BiConsumer<BlockPos,BlockState> replacer, Random random, BlockPos pos, BlockPos trunkPos, TreeFeatureConfig config)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lckc;Ljava/util/function/BiConsumer;Laoh;Lgp;Lgp;Ldkf;)Z
      intermediary method_43168 Lnet/minecraft/class_7387;method_43168(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_4643;)Z
      named generate Lnet/minecraft/world/gen/root/RootPlacer;generate(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)Z
    • canGrowThrough

      protected boolean canGrowThrough(TestableWorld world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lckc;Lgp;)Z
      intermediary method_43167 Lnet/minecraft/class_7387;method_43167(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;)Z
      named canGrowThrough Lnet/minecraft/world/gen/root/RootPlacer;canGrowThrough(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/util/math/BlockPos;)Z
    • placeRoots

      protected void placeRoots(TestableWorld world, BiConsumer<BlockPos,BlockState> replacer, Random random, BlockPos pos, TreeFeatureConfig config)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lckc;Ljava/util/function/BiConsumer;Laoh;Lgp;Ldkf;)V
      intermediary method_43172 Lnet/minecraft/class_7387;method_43172(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_4643;)V
      named placeRoots Lnet/minecraft/world/gen/root/RootPlacer;placeRoots(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)V
    • applyWaterlogging

      protected BlockState applyWaterlogging(TestableWorld world, BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lckc;Lgp;Lcyt;)Lcyt;
      intermediary method_43181 Lnet/minecraft/class_7387;method_43181(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      named applyWaterlogging Lnet/minecraft/world/gen/root/RootPlacer;applyWaterlogging(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
    • trunkOffset

      public BlockPos trunkOffset(BlockPos pos, Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lgp;Laoh;)Lgp;
      intermediary method_43309 Lnet/minecraft/class_7387;method_43309(Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Lnet/minecraft/class_2338;
      named trunkOffset Lnet/minecraft/world/gen/root/RootPlacer;trunkOffset(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/BlockPos;