Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.api |
Contains general utility classes, interfaces, and enums for Cartographer2.
|
io.github.bananapuncher714.cartographer.core.api.command.validator | |
io.github.bananapuncher714.cartographer.core.api.setting | |
io.github.bananapuncher714.cartographer.core.map |
Modifier and Type | Method and Description |
---|---|
static BooleanOption |
BooleanOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BooleanOption[] |
BooleanOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BooleanOption |
InputValidatorBooleanOption.get(java.lang.String input) |
Modifier and Type | Method and Description |
---|---|
BooleanOption |
SettingStateBooleanOption.getDefault() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<BooleanOption> |
SettingStateBooleanOption.getFrom(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SettingStateBooleanOption.convertToString(BooleanOption value) |
static SettingStateBooleanOption |
SettingStateBooleanOption.of(java.lang.String id,
boolean isPrivate,
BooleanOption defaultValue) |
Constructor and Description |
---|
SettingStateBooleanOption(java.lang.String id,
boolean isPrivate,
BooleanOption defaultValue) |
Modifier and Type | Field and Description |
---|---|
protected BooleanOption |
MapSettings.rotation |
Modifier and Type | Method and Description |
---|---|
BooleanOption |
MapSettings.getRotation() |
Modifier and Type | Method and Description |
---|---|
void |
MapSettings.setRotation(BooleanOption rotation) |