public static interface JungleBush.Builder
JungleBush
populators.Modifier and Type | Method and Description |
---|---|
JungleBush |
build()
Builds a new instance of a
JungleBush populator with the
settings set within the builder. |
JungleBush.Builder |
leavesMaterial(BlockState material)
Sets the
BlockState to spawn the leaves of the brush with. |
JungleBush.Builder |
reset()
Resets this builder to the default values.
|
JungleBush.Builder |
trunkMaterial(BlockState material)
Sets the
BlockState to spawn the trunk of the brush with. |
JungleBush.Builder trunkMaterial(BlockState material)
BlockState
to spawn the trunk of the brush with.material
- The new trunk block stateJungleBush.Builder leavesMaterial(BlockState material)
BlockState
to spawn the leaves of the brush with.material
- The new leaves block stateJungleBush.Builder reset()
JungleBush build() throws IllegalStateException
JungleBush
populator with the
settings set within the builder.IllegalStateException
- If there are any settings left unset
which do not have default values