Package net.minecraft
Class class_7389
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
net.minecraft.class_7389
- Mappings:
Namespace Name official dez
intermediary net/minecraft/class_7389
named net/minecraft/class_7389
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7389>
protected final float
protected final int
protected final int
protected final BlockStateProvider
protected final int
Fields inherited from class net.minecraft.world.gen.treedecorator.TreeDecorator
TYPE_CODEC
-
Constructor Summary
ConstructorsConstructorDescriptionclass_7389
(float float2, int int2, int int3, BlockStateProvider blockStateProvider, int int4, List<Direction> list) -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, AbstractRandom abstractRandom, List<BlockPos> logPositions, List<BlockPos> leavesPositions, List<BlockPos> list) protected TreeDecoratorType<?>
getType()
private boolean
method_43187
(TestableWorld testableWorld, BlockPos blockPos, Direction direction) Methods inherited from class net.minecraft.world.gen.treedecorator.TreeDecorator
placeVine
-
Field Details
-
field_38783
- Mappings:
Namespace Name Mixin selector official a
Ldez;a:Lcom/mojang/serialization/Codec;
intermediary field_38783
Lnet/minecraft/class_7389;field_38783:Lcom/mojang/serialization/Codec;
named field_38783
Lnet/minecraft/class_7389;field_38783:Lcom/mojang/serialization/Codec;
-
field_38784
protected final float field_38784- Mappings:
Namespace Name Mixin selector official b
Ldez;b:F
intermediary field_38784
Lnet/minecraft/class_7389;field_38784:F
named field_38784
Lnet/minecraft/class_7389;field_38784:F
-
field_38785
protected final int field_38785- Mappings:
Namespace Name Mixin selector official c
Ldez;c:I
intermediary field_38785
Lnet/minecraft/class_7389;field_38785:I
named field_38785
Lnet/minecraft/class_7389;field_38785:I
-
field_38786
protected final int field_38786- Mappings:
Namespace Name Mixin selector official d
Ldez;d:I
intermediary field_38786
Lnet/minecraft/class_7389;field_38786:I
named field_38786
Lnet/minecraft/class_7389;field_38786:I
-
field_38787
- Mappings:
Namespace Name Mixin selector official e
Ldez;e:Lden;
intermediary field_38787
Lnet/minecraft/class_7389;field_38787:Lnet/minecraft/class_4651;
named field_38787
Lnet/minecraft/class_7389;field_38787:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
field_38788
protected final int field_38788- Mappings:
Namespace Name Mixin selector official f
Ldez;f:I
intermediary field_38788
Lnet/minecraft/class_7389;field_38788:I
named field_38788
Lnet/minecraft/class_7389;field_38788:I
-
field_38789
- Mappings:
Namespace Name Mixin selector official g
Ldez;g:Ljava/util/List;
intermediary field_38789
Lnet/minecraft/class_7389;field_38789:Ljava/util/List;
named field_38789
Lnet/minecraft/class_7389;field_38789:Ljava/util/List;
-
-
Constructor Details
-
class_7389
public class_7389(float float2, int int2, int int3, BlockStateProvider blockStateProvider, int int4, List<Direction> list)
-
-
Method Details
-
generate
public void generate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, AbstractRandom abstractRandom, List<BlockPos> logPositions, List<BlockPos> leavesPositions, List<BlockPos> list) - Specified by:
generate
in classTreeDecorator
- Mappings:
Namespace Name Mixin selector official a
Ldfd;a(Lcdy;Ljava/util/function/BiConsumer;Laki;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
intermediary method_23469
Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
named generate
Lnet/minecraft/world/gen/treedecorator/TreeDecorator;generate(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/world/gen/random/AbstractRandom;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
-
method_43187
- Mappings:
Namespace Name Mixin selector official a
Ldez;a(Lcdy;Lgm;Lgr;)Z
intermediary method_43187
Lnet/minecraft/class_7389;method_43187(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
named method_43187
Lnet/minecraft/class_7389;method_43187(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-
getType
- Specified by:
getType
in classTreeDecorator
- Mappings:
Namespace Name Mixin selector official a
Ldfd;a()Ldfe;
intermediary method_28893
Lnet/minecraft/class_4662;method_28893()Lnet/minecraft/class_4663;
named getType
Lnet/minecraft/world/gen/treedecorator/TreeDecorator;getType()Lnet/minecraft/world/gen/treedecorator/TreeDecoratorType;
-