Class PlantPropertiesConfig
java.lang.Object
nokunami.floral_warfare.common.config.PlantPropertiesConfig
- All Implemented Interfaces:
me.fzzyhmstrs.fzzy_config.util.Walkable
public class PlantPropertiesConfig
extends Object
implements me.fzzyhmstrs.fzzy_config.util.Walkable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanintintint -
Constructor Summary
ConstructorsConstructorDescriptionPlantPropertiesConfig(int sunCost, int packetCooldown, boolean canMove) PlantPropertiesConfig(int sunCost, int packetCooldown, boolean canMove, boolean canSprint) PlantPropertiesConfig(int sunCost, int packetCooldown, int maxLevel, boolean canMove) PlantPropertiesConfig(int sunCost, int packetCooldown, int maxLevel, boolean canMove, boolean canSprint) -
Method Summary
-
Field Details
-
sunCost
public int sunCost -
packetCooldown
public int packetCooldown -
maxLevel
public int maxLevel -
canMove
public boolean canMove -
canSprint
public boolean canSprint
-
-
Constructor Details
-
PlantPropertiesConfig
public PlantPropertiesConfig() -
PlantPropertiesConfig
public PlantPropertiesConfig(int sunCost, int packetCooldown, boolean canMove) -
PlantPropertiesConfig
public PlantPropertiesConfig(int sunCost, int packetCooldown, int maxLevel, boolean canMove) -
PlantPropertiesConfig
public PlantPropertiesConfig(int sunCost, int packetCooldown, boolean canMove, boolean canSprint) -
PlantPropertiesConfig
public PlantPropertiesConfig(int sunCost, int packetCooldown, int maxLevel, boolean canMove, boolean canSprint)
-
-
Method Details
-
sunCost
public int sunCost() -
packetCooldown
public int packetCooldown() -
maxLevel
public int maxLevel() -
canMove
public boolean canMove() -
canSprint
public boolean canSprint()
-