Package me.ulrich.koth.data
Class GeneralSettings
java.lang.Object
me.ulrich.koth.data.GeneralSettings
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralSettings(boolean allowWithoutGroup, boolean autoDestroy, boolean allowPlayerWarp, boolean visibleToPlayers, boolean stopTimeInDispute, boolean useCentralHologram, boolean warpOnlyStarted) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAllowPlayerWarp(boolean allowPlayerWarp) voidsetAllowWithoutGroup(boolean allowWithoutGroup) voidsetAutoDestroy(boolean autoDestroy) voidsetStopTimeInDispute(boolean stopTimeInDispute) voidsetUseCentralHologram(boolean useCentralHologram) voidsetVisibleToPlayers(boolean visibleToPlayers) voidsetWarpOnlyStarted(boolean warpOnlyStarted)
-
Constructor Details
-
GeneralSettings
public GeneralSettings(boolean allowWithoutGroup, boolean autoDestroy, boolean allowPlayerWarp, boolean visibleToPlayers, boolean stopTimeInDispute, boolean useCentralHologram, boolean warpOnlyStarted)
-
-
Method Details
-
isAllowWithoutGroup
public boolean isAllowWithoutGroup() -
setAllowWithoutGroup
public void setAllowWithoutGroup(boolean allowWithoutGroup) -
isAutoDestroy
public boolean isAutoDestroy() -
setAutoDestroy
public void setAutoDestroy(boolean autoDestroy) -
isAllowPlayerWarp
public boolean isAllowPlayerWarp() -
setAllowPlayerWarp
public void setAllowPlayerWarp(boolean allowPlayerWarp) -
isVisibleToPlayers
public boolean isVisibleToPlayers() -
setVisibleToPlayers
public void setVisibleToPlayers(boolean visibleToPlayers) -
isStopTimeInDispute
public boolean isStopTimeInDispute() -
setStopTimeInDispute
public void setStopTimeInDispute(boolean stopTimeInDispute) -
isUseCentralHologram
public boolean isUseCentralHologram() -
setUseCentralHologram
public void setUseCentralHologram(boolean useCentralHologram) -
isWarpOnlyStarted
public boolean isWarpOnlyStarted() -
setWarpOnlyStarted
public void setWarpOnlyStarted(boolean warpOnlyStarted)
-