Class EvolvingFurniture
-
- All Implemented Interfaces:
public final class EvolvingFurniture
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
delay
private Integer
minimumLightLevel
private Integer
lightBoostTick
private Integer
rainBoostTick
private Integer
boneMealChance
private final String
nextStage
private final Integer
probability
-
Constructor Summary
Constructors Constructor Description EvolvingFurniture(ConfigurationSection plantSection)
EvolvingFurniture(Integer delay, Integer minimumLightLevel, Integer lightBoostTick, Integer rainBoostTick, Integer boneMealChance, String nextStage, Integer probability)
-
Method Summary
Modifier and Type Method Description final Integer
getDelay()
final Integer
getMinimumLightLevel()
final Unit
setMinimumLightLevel(Integer minimumLightLevel)
final Integer
getLightBoostTick()
final Unit
setLightBoostTick(Integer lightBoostTick)
final Integer
getRainBoostTick()
final Unit
setRainBoostTick(Integer rainBoostTick)
final Integer
getBoneMealChance()
final Unit
setBoneMealChance(Integer boneMealChance)
final String
getNextStage()
final Integer
getProbability()
-
-
Method Detail
-
getMinimumLightLevel
final Integer getMinimumLightLevel()
-
setMinimumLightLevel
final Unit setMinimumLightLevel(Integer minimumLightLevel)
-
getLightBoostTick
final Integer getLightBoostTick()
-
setLightBoostTick
final Unit setLightBoostTick(Integer lightBoostTick)
-
getRainBoostTick
final Integer getRainBoostTick()
-
setRainBoostTick
final Unit setRainBoostTick(Integer rainBoostTick)
-
getBoneMealChance
final Integer getBoneMealChance()
-
setBoneMealChance
final Unit setBoneMealChance(Integer boneMealChance)
-
getNextStage
final String getNextStage()
-
getProbability
final Integer getProbability()
-
-
-
-