Interface AcaciaFoliagePlacer
- All Superinterfaces:
FoliagePlacer, Wrapper
Places the foliage of an acacia tree.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface FoliagePlacer
FoliagePlacer.FoliagePlacerBuilder<T,P> -
Method Summary
Modifier and TypeMethodDescriptionstatic AcaciaFoliagePlacer.Builderbuilder()Creates a new builder.static AcaciaFoliagePlacerof(IntProvider radius, IntProvider offset) Creates a new acacia foliage placer.default AcaciaFoliagePlacer.BuilderConverts this object back to a builder.Methods inherited from interface FoliagePlacer
offset, radiusMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
Creates a new acacia foliage placer.- Parameters:
radius- the radius of the foliageoffset- 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
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-