| Package | Description |
|---|---|
| me.croabeast.beanslib.message |
| Modifier and Type | Field and Description |
|---|---|
static MessageExecutor |
MessageExecutor.ACTION_BAR_EXECUTOR
The
MessageExecutor instance to identify action-bar messages. |
static MessageExecutor |
MessageExecutor.BOSSBAR_EXECUTOR
The
MessageExecutor instance to identify minecraft bossbar messages. |
static MessageExecutor |
MessageExecutor.CHAT_EXECUTOR
The
MessageExecutor instance to identify default chat messages. |
static MessageExecutor |
MessageExecutor.JSON_EXECUTOR
The
MessageExecutor instance to identify vanilla json messages. |
static MessageExecutor |
MessageExecutor.TITLE_EXECUTOR
The
MessageExecutor instance to identify title and subtitle messages. |
static MessageExecutor |
MessageExecutor.WEBHOOK_EXECUTOR
The
MessageExecutor instance to identify discord webhook messages. |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MessageExecutor |
MessageExecutor.clone()
Creates and returns a copy of this key.
|
static MessageExecutor |
MessageExecutor.fromFlag(MessageFlag flag) |
static @NotNull MessageExecutor |
MessageExecutor.identifyKey(String s)
Returns the key instance of an input string to check what message type
is the string.
|
static @NotNull MessageExecutor |
MessageExecutor.matchKey(String string)
Returns the key instance of an input key that could match with any existing
defined key.
|
Copyright © 2023. All rights reserved.