public final class RunoSettings extends Object
Modifier and Type | Field and Description |
---|---|
RunoConfig.Property<Boolean> |
includeVanillaPanorama
Whether to include vanilla panorama for the panoramas Runorama mod would display.
|
RunoConfig.Property<Integer> |
next
The integer ID of the next panorama that will be taken.
|
RunoConfig.Property<Integer> |
poolSize
The max ID possible for panoramas.
|
RunoConfig.Property<Boolean> |
replaceTitleScreen
Whether the title screen's panorama is replaced by the taken ones.
|
RunoConfig.Property<Double> |
rotationSpeed
The rotation speed of the panorama in the
title screen . |
Constructor and Description |
---|
RunoSettings(Runorama mod,
RunoConfig backend,
Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
getCurrentRunoramaFolder() |
void |
nextScreenshot() |
void |
save() |
public final RunoConfig.Property<Boolean> replaceTitleScreen
public final RunoConfig.Property<Integer> next
public final RunoConfig.Property<Integer> poolSize
public final RunoConfig.Property<Double> rotationSpeed
title screen
.
Negative values will make the rotation counterclockwise.
A speed that's too high may make viewers dizzy!
public final RunoConfig.Property<Boolean> includeVanillaPanorama
public RunoSettings(Runorama mod, RunoConfig backend, Path path)
public Path getCurrentRunoramaFolder()
public void nextScreenshot()
public void save()