| Package | Description |
|---|---|
| me.ryandw11.ultrabar.api.events |
| Modifier and Type | Method and Description |
|---|---|
TerminationReason |
BarTerminateEvent.getReason()
Get the reason for the bar's termination.
|
static TerminationReason |
TerminationReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminationReason[] |
TerminationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BarTerminateEvent(UBossBar bar,
TerminationReason tr) |