public static class Definitions.PlantDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getGrowthTime()
Gets the growth time (i.e. the amount of seconds until this plant reaches
the next growth stage).
|
short |
getID()
Gets the ID.
|
java.lang.String |
getName()
Gets the plant name (alway lowercase).
|
java.lang.String |
getNextGrowthStage()
Gets the next growth stage, i.e. the name of the "new" plant (always lowercase).
|
Definitions.ItemDefinition |
getSaplingItemDefinition()
Gets the related sapling item definition.
|
short |
getSaplingItemID()
Gets the sapling item id.
|
int |
getStrength()
Gets the strength of this plant.
|
boolean |
hasBirds()
Gets whether or not birds live in this plant/tree.
|
boolean |
hasCollision()
Gets whether or not this plant has collision.
|
boolean |
hasRandomGrowthRotation()
Gets whether or not this plant has a random growth rotation, i.e. if it changes
the rotation randomly when reaching the next growth stage.
|
boolean |
isCrop()
Gets whether or not this is a crop plant.
|
boolean |
isFruitTree()
Gets whether or not this plant is a fruit tree, e.g. an apple tree.
|
boolean |
isGrowable()
Gets whether or not this plant can grow.
|
boolean |
isPickupable()
Gets whether or not this plant can be picked up.
|
boolean |
isTree()
Gets whether or not this plant is a tree.
|
boolean |
isWaterPlant()
Gets whether or not this plant is a water plant, i.e. if it only grows
in water or under water.
|
public short getID()
public java.lang.String getName()
public int getStrength()
public boolean isPickupable()
public boolean hasBirds()
public boolean isGrowable()
public int getGrowthTime()
public java.lang.String getNextGrowthStage()
public boolean hasRandomGrowthRotation()
public boolean hasCollision()
public boolean isTree()
public boolean isFruitTree()
public boolean isCrop()
public boolean isWaterPlant()
public short getSaplingItemID()
public Definitions.ItemDefinition getSaplingItemDefinition()