public class Settings
extends java.lang.Object
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
IngameOverlayPosition |
getIngameOverlayPosition() |
Repeat |
getRepeat() |
int |
getVolume() |
boolean |
isFinite() |
boolean |
isKeyWorkInGui() |
boolean |
isShowIngameMenueOverlay() |
boolean |
isShowIngameOverlay() |
boolean |
isShuffle() |
boolean |
isSingleRepeat() |
void |
setIngameOverlayPosition(IngameOverlayPosition ingameOverlayPosition) |
void |
setKeyWorkInGui(boolean keyWorkInGui) |
void |
setRepeat(Repeat repeat) |
void |
setShowIngameMenueOverlay(boolean showIngameMenueOverlay) |
void |
setShowIngameOverlay(boolean showIngameOverlay) |
void |
setShuffle(boolean shuffle) |
void |
setVolume(int volume) |
public int getVolume()
public void setVolume(int volume)
public Repeat getRepeat()
public void setRepeat(Repeat repeat)
public boolean isShuffle()
public void setShuffle(boolean shuffle)
public boolean isShowIngameOverlay()
public void setShowIngameOverlay(boolean showIngameOverlay)
public boolean isShowIngameMenueOverlay()
public void setShowIngameMenueOverlay(boolean showIngameMenueOverlay)
public IngameOverlayPosition getIngameOverlayPosition()
public void setIngameOverlayPosition(IngameOverlayPosition ingameOverlayPosition)
public boolean isKeyWorkInGui()
public void setKeyWorkInGui(boolean keyWorkInGui)
public boolean isFinite()
public boolean isSingleRepeat()