Interface MegaJungleTrunkPlacer
- All Superinterfaces:
TrunkPlacer, Wrapper
Extends the
GiantTrunkPlacer with branches of length 5 in random directions in the top half of the trunk.
Foliage is additionally attached to the end of each branch.- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface TrunkPlacer
TrunkPlacer.TrunkPlacerBuilder<T,P> -
Field Summary
Fields inherited from interface TrunkPlacer
MAX_BASE_HEIGHT, MAX_RAND -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new mega jungle trunk placer builder.static MegaJungleTrunkPlacerof(int baseHeight, int heightRandA, int heightRandB) Creates a new mega jungle trunk placer.default MegaJungleTrunkPlacer.BuilderConverts this object back to a builder.Methods inherited from interface TrunkPlacer
baseHeight, heightRandA, heightRandBMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
toBuilder
Converts this object back to a builder.- Returns:
- the builder
- Since:
- 3.0.0
-
of
Creates a new mega jungle trunk placer.- Parameters:
baseHeight- the height of the trunkheightRandA- the random height modifierheightRandB- the random height modifier- Returns:
- a new mega jungle trunk placer
- Since:
- 3.0.0
-
builder
Creates a new mega jungle trunk placer builder.- Returns:
- a new mega jungle trunk placer builder
- Since:
- 3.0.0
-