public final class Reinforceable extends AbstractModule
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Zone,ClosedInterval<java.lang.Integer>> |
_reinforcements |
private static int |
MAX |
private static int |
MIN |
Constructor and Description |
---|
Reinforceable() |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(org.bukkit.configuration.ConfigurationSection configurationSection) |
java.lang.String |
getDescription(Zone zone) |
int |
getMaxReinforcements(Zone zone) |
int |
getMinReinforcements(Zone zone) |
ClosedInterval<java.lang.Integer> |
getReinforcements(Zone zone) |
void |
serialize(org.bukkit.configuration.ConfigurationSection configurationSection) |
void |
setMaxReinforcements(Zone zone,
int max) |
void |
setMinReinforcements(Zone zone,
int min) |
private void |
setReinforcements(Zone zone,
int min,
int max) |
getType
private static final int MIN
private static final int MAX
private final java.util.Map<Zone,ClosedInterval<java.lang.Integer>> _reinforcements
public java.lang.String getDescription(Zone zone)
getDescription
in class AbstractModule
public void setMinReinforcements(Zone zone, int min)
public void setMaxReinforcements(Zone zone, int max)
private void setReinforcements(Zone zone, int min, int max)
public int getMinReinforcements(Zone zone)
public int getMaxReinforcements(Zone zone)
public ClosedInterval<java.lang.Integer> getReinforcements(Zone zone)
public void serialize(org.bukkit.configuration.ConfigurationSection configurationSection)
serialize
in class AbstractModule
public void deserialize(org.bukkit.configuration.ConfigurationSection configurationSection)
deserialize
in class AbstractModule