public final class Settings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<java.lang.String> |
disabledModules
The list of disabled modules.
|
static int |
maxCasingsPerController
The maximum number of casings that may be connected to a controller.
|
static int |
maxColumnsPerLine
The maximum number of characters a single line may have.
|
static int |
maxInfraredQueueLength
Maximum number of items stored in our receiver queue.
|
static int |
maxLinesPerProgram
The maximum number of lines a piece of code may have.
|
static int |
maxPacketsPerTick
The maximum number of packets to allow sending per tick before
throttling kicks in, killing duplicate data packets.
|
static int |
maxParticlesPerTick
The maximum number of particle effects to allow sending per tick
before throttling kicks in, killing duplicate effects.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
load(java.io.File configFile) |
public static int maxPacketsPerTick
public static int maxParticlesPerTick
public static int maxCasingsPerController
public static int maxLinesPerProgram
public static int maxColumnsPerLine
public static int maxInfraredQueueLength
If the queue runs full, additionally received packets will be dropped.
public static final java.util.Set<java.lang.String> disabledModules