Interface TrunkVineDecorator

All Superinterfaces:
TreeDecorator, Wrapper

@NullMarked @AsOf("3.0.0") public interface TrunkVineDecorator extends TreeDecorator
Adds vines to each side of each trunk block with a probability of 75% each.
Since:
3.0.0
See Also:
  • Method Details

    • of

      @AsOf("3.0.0") static TrunkVineDecorator of()
      Creates a new trunk vine decorator.
      Returns:
      a new trunk vine decorator
      Since:
      3.0.0