public interface Request
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBetItems()
Whether or not item betting is enabled for this
Request. |
Arena |
getArena()
|
int |
getBet()
The bet for this
Request. |
Kit |
getKit()
|
java.util.UUID |
getSender()
The
UUID of sender of this Request. |
java.util.UUID |
getTarget()
The
UUID of the receiver of this Request. |
@NotNull java.util.UUID getSender()
UUID of sender of this Request.UUID of the sender of this Request.@NotNull java.util.UUID getTarget()
UUID of the receiver of this Request.UUID of the receiver of this Request.@Nullable Arena getArena()
boolean canBetItems()
Request.Request. False otherwise.