Class GeneralSettings

java.lang.Object
me.ulrich.outpost.data.GeneralSettings

public class GeneralSettings extends Object
  • 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)