Interface GiantTrunkPlacer

All Superinterfaces:
TrunkPlacer, Wrapper

@NullMarked @AsOf("3.0.0") public interface GiantTrunkPlacer extends TrunkPlacer
Places a 2×2 trunk of the specified height, except the topmost block is only a single block. Foliage is attached to be block above the highest trunk block.
Since:
3.0.0
See Also:
  • Method Details

    • toBuilder

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

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

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