@CatalogedBy(value=BiomeTreeTypes.class) public interface BiomeTreeType extends CatalogType
| Modifier and Type | Method and Description |
|---|---|
Optional<PopulatorObject> |
getLargePopulatorObject()
Gets the
PopulatorObject which is used to generate the larger
equivalent of this tree into the world. |
PopulatorObject |
getPopulatorObject()
Gets the
PopulatorObject which is used to generate this tree into
the world. |
boolean |
hasLargeEquivalent()
Gets whether this tree type has a larger equivalent.
|
void |
setLargePopulatorObject(PopulatorObject object)
Sets the
PopulatorObject which is used to generate the larger
equivalent of this tree into the world. |
void |
setPopulatorObject(PopulatorObject object)
Sets the
PopulatorObject which is used to generate this tree into
the world. |
getId, getNamePopulatorObject getPopulatorObject()
PopulatorObject which is used to generate this tree into
the world.void setPopulatorObject(PopulatorObject object)
PopulatorObject which is used to generate this tree into
the world.object - The new populator objectboolean hasLargeEquivalent()
Optional<PopulatorObject> getLargePopulatorObject()
PopulatorObject which is used to generate the larger
equivalent of this tree into the world.void setLargePopulatorObject(@Nullable PopulatorObject object)
PopulatorObject which is used to generate the larger
equivalent of this tree into the world.object - The new populator object