| Package | Description |
|---|---|
| com.datasiqn.commandcore |
| Modifier and Type | Method and Description |
|---|---|
static InitOptions.Warning |
InitOptions.Warning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitOptions.Warning |
InitOptions.Warning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitOptions.Warning[] |
InitOptions.Warning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static InitOptions.Warning[] |
InitOptions.Warning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@UnmodifiableView boolean |
InitOptions.shouldWarn(@NotNull InitOptions.Warning warning)
Gets whether it should warn the user on a specific warning or not
|
@UnmodifiableView boolean |
InitOptions.shouldWarn(@NotNull InitOptions.Warning warning)
Gets whether it should warn the user on a specific warning or not
|
void |
InitOptions.warnIf(@NotNull InitOptions.Warning warning,
boolean condition,
Object... args)
Warns a specific warning if a condition is met and
shouldWarn(warning) returns true |
void |
InitOptions.warnIf(@NotNull InitOptions.Warning warning,
boolean condition,
Object... args)
Warns a specific warning if a condition is met and
shouldWarn(warning) returns true |
InitOptions.Builder |
InitOptions.Builder.warnOn(InitOptions.Warning... warnings)
Tells
CommandCore what warnings it should give when you register a command |
InitOptions.Builder |
InitOptions.Builder.warnOn(InitOptions.Warning... warnings)
Tells
CommandCore what warnings it should give when you register a command |
Copyright © 2024. All rights reserved.