Class BurnedBranchDecorator
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
tech.anonymoushacker1279.immersiveweapons.world.level.levelgen.feature.treedecorators.BurnedBranchDecorator
public class BurnedBranchDecorator
extends net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<BurnedBranchDecorator> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CODEC
-
-
Constructor Details
-
BurnedBranchDecorator
public BurnedBranchDecorator(float chance)
-
-
Method Details
-
type
@NotNull protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()- Specified by:
typein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
place
public void place(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context) - Specified by:
placein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-