Interface DarkOakTrunkPlacer

All Superinterfaces:
TrunkPlacer, Wrapper

@NullMarked @AsOf("3.0.0") public interface DarkOakTrunkPlacer extends TrunkPlacer
Places a 2×2 trunk of the specified height. Additionally, places columns of branches in a 4×4 area around the stem in the topmost 5 blocks of the trunk. Foliage is attached to the top of the trunk as well as the top of each branch.
Since:
3.0.0
See Also:
  • Method Details

    • toBuilder

      @AsOf("3.0.0") default DarkOakTrunkPlacer.Builder toBuilder()
      Converts this object back to a builder.
      Returns:
      the builder
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static DarkOakTrunkPlacer of(int baseHeight, int heightRandA, int heightRandB)
      Creates a new dark oak trunk placer.
      Parameters:
      baseHeight - the height of the trunk
      heightRandA - the random height modifier
      heightRandB - the random height modifier
      Returns:
      a new dark oak trunk placer
      Since:
      3.0.0
    • builder

      @AsOf("3.0.0") static DarkOakTrunkPlacer.Builder builder()
      Creates a new builder.
      Returns:
      a new builder
      Since:
      3.0.0