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

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<BurnedBranchDecorator>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BurnedBranchDecorator(float chance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    place(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)
     
    protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BurnedBranchDecorator

      public BurnedBranchDecorator(float chance)
  • Method Details

    • type

      @NotNull protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()
      Specified by:
      type in class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
    • place

      public void place(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)
      Specified by:
      place in class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator