Modifier and Type | Interface and Description |
---|---|
static interface |
JungleBush.Builder
A builder for constructing
JungleBush populators. |
Modifier and Type | Method and Description |
---|---|
BlockState |
getLeavesMaterial()
Gets the
BlockState to spawn the leaves of the brush with. |
BlockState |
getTrunkMaterial()
Gets the
BlockState to spawn the trunk of the brush with. |
void |
setLeavesMaterial(BlockState material)
Sets the
BlockState to spawn the leaves of the brush with. |
void |
setTrunkMaterial(BlockState material)
Sets the
BlockState to spawn the trunk of the brush with. |
BlockState getTrunkMaterial()
BlockState
to spawn the trunk of the brush with.void setTrunkMaterial(BlockState material)
BlockState
to spawn the trunk of the brush with.material
- The new trunk block stateBlockState getLeavesMaterial()
BlockState
to spawn the leaves of the brush with.void setLeavesMaterial(BlockState material)
BlockState
to spawn the leaves of the brush with.material
- The new leaves block state