Package me.ulrich.outpost.data
Class GeneralSettings
java.lang.Object
me.ulrich.outpost.data.GeneralSettings
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralSettings(boolean allowWithoutGroup, boolean maintenance, boolean expelWithoutRequirements, boolean AbandonInDeath, boolean abandonIfQuit, boolean reloadPersistent, boolean lockCapture) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAbandonIfQuit(boolean abandonIfQuit) voidsetAbandonInDeath(boolean abandonInDeath) voidsetAllowWithoutGroup(boolean allowWithoutGroup) voidsetExpelWithoutRequirements(boolean expelWithoutRequirements) voidsetLockCapture(boolean lockCapture) voidsetMaintenance(boolean maintenance) voidsetReloadPersistent(boolean reloadPersistent)
-
Constructor Details
-
GeneralSettings
public GeneralSettings(boolean allowWithoutGroup, boolean maintenance, boolean expelWithoutRequirements, boolean AbandonInDeath, boolean abandonIfQuit, boolean reloadPersistent, boolean lockCapture)
-
-
Method Details
-
isAllowWithoutGroup
public boolean isAllowWithoutGroup() -
setAllowWithoutGroup
public void setAllowWithoutGroup(boolean allowWithoutGroup) -
isMaintenance
public boolean isMaintenance() -
setMaintenance
public void setMaintenance(boolean maintenance) -
isExpelWithoutRequirements
public boolean isExpelWithoutRequirements() -
setExpelWithoutRequirements
public void setExpelWithoutRequirements(boolean expelWithoutRequirements) -
isAbandonInDeath
public boolean isAbandonInDeath() -
setAbandonInDeath
public void setAbandonInDeath(boolean abandonInDeath) -
isAbandonIfQuit
public boolean isAbandonIfQuit() -
setAbandonIfQuit
public void setAbandonIfQuit(boolean abandonIfQuit) -
isReloadPersistent
public boolean isReloadPersistent() -
setReloadPersistent
public void setReloadPersistent(boolean reloadPersistent) -
isLockCapture
public boolean isLockCapture() -
setLockCapture
public void setLockCapture(boolean lockCapture)
-