Class Keys
- java.lang.Object
-
- org.spongepowered.plugin.blackboard.Keys
-
public final class Keys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Key<Path>
BASE_DIRECTORY
static Key<Boolean>
DEVELOPMENT
Indicates whether the target environment is a development environment.static Key<List<Path>>
PLUGIN_DIRECTORIES
static Key<String>
VERSION
-
-
-
Field Detail
-
DEVELOPMENT
public static final Key<Boolean> DEVELOPMENT
Indicates whether the target environment is a development environment.The implementation may choose to interpret this flag in any number of ways. For example, it may disable certain behaviour in a development environment; or even change the way it handles some behaviour entirely.
-
-