Interface AcaciaFoliagePlacer

All Superinterfaces:
FoliagePlacer, Wrapper

@NullMarked @AsOf("3.0.0") public interface AcaciaFoliagePlacer extends FoliagePlacer
Places the foliage of an acacia tree.
Since:
3.0.0
See Also:
  • Method Details

    • toBuilder

      @AsOf("3.0.0") default AcaciaFoliagePlacer.Builder toBuilder()
      Converts this object back to a builder.
      Returns:
      a builder with the same values as this object
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static AcaciaFoliagePlacer of(IntProvider radius, IntProvider offset)
      Creates a new acacia foliage placer.
      Parameters:
      radius - the radius of the foliage
      offset - the vertical offset from the top of the trunk to the top of the foliage
      Returns:
      a new acacia foliage placer
      Since:
      3.0.0
    • builder

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