public final class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADMIN_PERMISSION
The permission level that the server admin (the host of the local server)
should have by default.
|
static int |
CHUNK_LOAD_DISTANCE
The amount of chunks in each direction (the radius) that any given player
should load in the world
|
static int |
CHUNK_LOAD_TIME
The amount of time that a chunk should stay loaded at minimum.
|
static int |
CHUNK_SIZE
The amount of tiles that there are, horizontally and vertically, in a
chunk
|
static java.lang.String |
ELLPECK_LINK
This is a link to the website of the author of the game, Ellpeck
|
static byte |
MAX_LIGHT
The maximum light value that any given position in the world can have
|
static int |
PERSISTENT_CHUNK_DISTANCE
The amount of chunks in each direction (the radius) that should be
persistent surrounding the chunk at 0, 0.
|
static float |
RANDOM_TILE_RENDER_UPDATES
The percentage of random tile rendering updates that should take place
per tick
|
static int |
RANDOM_TILE_UPDATES
The amount of random tile updates that should take place per tick
|
static java.lang.String |
RESOURCE_SEPARATOR
The seperator for any resources, game or mod based.
|
static int |
TARGET_TPS
The amount of ticks that a second should have
|
static int |
TIME_PER_DAY
The amount of ticks that a full day in the world should have
|
static java.lang.String |
UPDATE_LINK
This is a link to the changelog file that the update gui gets its data
from on startup
|
static java.lang.String |
WEBSITE_LINK
This is a link to the website of the game
|
| Constructor and Description |
|---|
Constants() |
public static final java.lang.String RESOURCE_SEPARATOR
ResourceName,
Constant Field Valuespublic static final int TARGET_TPS
public static final int RANDOM_TILE_UPDATES
public static final float RANDOM_TILE_RENDER_UPDATES
public static final int CHUNK_SIZE
public static final byte MAX_LIGHT
public static final int TIME_PER_DAY
public static final int CHUNK_LOAD_DISTANCE
public static final int PERSISTENT_CHUNK_DISTANCE
public static final int CHUNK_LOAD_TIME
public static final int ADMIN_PERMISSION
public static final java.lang.String UPDATE_LINK
public static final java.lang.String ELLPECK_LINK
public static final java.lang.String WEBSITE_LINK