Package net.minecraft
Class class_5930
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.class_5930
public class class_5930 extends TrunkPlacer
- Mappings:
Namespace Name official cwa
intermediary net/minecraft/class_5930
named net/minecraft/class_5930
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<class_5930>
field_29306
private int
field_29307
private UniformIntDistribution
field_29308
Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, CODEC, firstRandomHeight, secondRandomHeight
-
Constructor Summary
Constructors Constructor Description class_5930(int int2, int int3, int int4, int int5, UniformIntDistribution uniformIntDistribution)
-
Method Summary
Modifier and Type Method Description List<FoliagePlacer.TreeNode>
generate(ModifiableTestableWorld world, Random random, int trunkHeight, BlockPos pos, Set<BlockPos> placedStates, BlockBox box, TreeFeatureConfig config)
Generates the trunk blocks and return a list of tree nodes to place foliage aroundprotected TrunkPlacerType<?>
getType()
Methods inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
getAndSetState, getHeight, method_28904, setBlockState, setToDirt, trySetState
-
Field Details
-
field_29306
- Mappings:
Namespace Name Mixin selector official a
Lcwa;a:Lcom/mojang/serialization/Codec;
intermediary field_29306
Lnet/minecraft/class_5930;field_29306:Lcom/mojang/serialization/Codec;
named field_29306
Lnet/minecraft/class_5930;field_29306:Lcom/mojang/serialization/Codec;
-
field_29307
private final int field_29307- Mappings:
Namespace Name Mixin selector official b
Lcwa;b:I
intermediary field_29307
Lnet/minecraft/class_5930;field_29307:I
named field_29307
Lnet/minecraft/class_5930;field_29307:I
-
field_29308
- Mappings:
Namespace Name Mixin selector official g
Lcwa;g:Lahh;
intermediary field_29308
Lnet/minecraft/class_5930;field_29308:Lnet/minecraft/class_5428;
named field_29308
Lnet/minecraft/class_5930;field_29308:Lnet/minecraft/world/gen/UniformIntDistribution;
-
-
Constructor Details
-
class_5930
public class_5930(int int2, int int3, int int4, int int5, UniformIntDistribution uniformIntDistribution)
-
-
Method Details
-
getType
- Specified by:
getType
in classTrunkPlacer
- Mappings:
Namespace Name Mixin selector official a
Lcwh;a()Lcwi;
intermediary method_28903
Lnet/minecraft/class_5141;method_28903()Lnet/minecraft/class_5142;
named getType
Lnet/minecraft/world/gen/trunk/TrunkPlacer;getType()Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
generate
public List<FoliagePlacer.TreeNode> generate(ModifiableTestableWorld world, Random random, int trunkHeight, BlockPos pos, Set<BlockPos> placedStates, BlockBox box, TreeFeatureConfig config)Generates the trunk blocks and return a list of tree nodes to place foliage around- Specified by:
generate
in classTrunkPlacer
- Mappings:
Namespace Name Mixin selector official a
Lcwh;a(Lbuv;Ljava/util/Random;ILfx;Ljava/util/Set;Lcye;Lcub;)Ljava/util/List;
intermediary method_26991
Lnet/minecraft/class_5141;method_26991(Lnet/minecraft/class_3747;Ljava/util/Random;ILnet/minecraft/class_2338;Ljava/util/Set;Lnet/minecraft/class_3341;Lnet/minecraft/class_4643;)Ljava/util/List;
named generate
Lnet/minecraft/world/gen/trunk/TrunkPlacer;generate(Lnet/minecraft/world/ModifiableTestableWorld;Ljava/util/Random;ILnet/minecraft/util/math/BlockPos;Ljava/util/Set;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)Ljava/util/List;
-