| Package | Description |
|---|---|
| ml.karmaconfigs.remote.messaging.util.message | |
| ml.karmaconfigs.remote.messaging.util.message.type |
| Modifier and Type | Method and Description |
|---|---|
MergeType |
MessageDataOutput.merge()
Get the merge type
|
| Constructor and Description |
|---|
MessageDataOutput(byte[] compiled,
MergeType type)
Create a new message data input
|
MessageDataOutput(MessageOutput affiliate,
MergeType type)
Create a new message data input
|
MessageOutput(byte[] merge,
MergeType mt)
Initialize the message input
|
MessageOutput(@Nullable MessageOutput merge,
MergeType mt)
Initialize the message input
|
| Modifier and Type | Method and Description |
|---|---|
static MergeType |
MergeType.fromName(String method)
Get the merge type based on method name
|
static MergeType |
MergeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeType[] |
MergeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.