Package net.minecraft.world.gen.root
Class RootPlacer
java.lang.Object
net.minecraft.world.gen.root.RootPlacer
- Direct Known Subclasses:
- MangroveRootPlacer
- Mappings:
- Namespace - Name - official - doq- intermediary - net/minecraft/class_7387- named - net/minecraft/world/gen/root/RootPlacer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final Optional<AboveRootPlacement>protected final BlockStateProviderprotected final IntProviderstatic final com.mojang.serialization.Codec<RootPlacer>
- 
Constructor SummaryConstructorsConstructorDescriptionRootPlacer(IntProvider trunkOffsetY, BlockStateProvider rootProvider, Optional<AboveRootPlacement> aboveRootPlacement) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected BlockStateapplyWaterlogging(TestableWorld world, BlockPos pos, BlockState state) protected booleancanGrowThrough(TestableWorld world, BlockPos pos) abstract booleangenerate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos pos, BlockPos trunkPos, TreeFeatureConfig config) protected abstract RootPlacerType<?>getType()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) protected voidplaceRoots(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos pos, TreeFeatureConfig config) trunkOffset(BlockPos pos, Random random) 
- 
Field Details- 
TYPE_CODEC- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldoq;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- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldoq;e:Lbdc;- 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- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldoq;f:Ldot;- 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- Mappings:
- Namespace - Name - Mixin selector - official - g- Ldoq;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- 
RootPlacerpublic RootPlacer(IntProvider trunkOffsetY, BlockStateProvider rootProvider, Optional<AboveRootPlacement> aboveRootPlacement) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldoq;<init>(Lbdc;Ldot;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_43182protected static <P extends RootPlacer> com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider, method_43182BlockStateProvider, Optional<AboveRootPlacement>> (com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;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- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a()Ldor;- 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;
 
- 
generatepublic abstract boolean generate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos pos, BlockPos trunkPos, TreeFeatureConfig config) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a(Lcms;Ljava/util/function/BiConsumer;Lapf;Lgu;Lgu;Ldno;)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- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a(Lcms;Lgu;)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
 
- 
placeRootsprotected void placeRoots(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos pos, TreeFeatureConfig config) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a(Lcms;Ljava/util/function/BiConsumer;Lapf;Lgu;Ldno;)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- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a(Lcms;Lgu;Ldcb;)Ldcb;- 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- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoq;a(Lgu;Lapf;)Lgu;- 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;
 
 
-