| Package | Description |
|---|---|
| org.cloudburstmc.server.permission |
| Modifier and Type | Method and Description |
|---|---|
BanEntry |
BanList.addBan(String target) |
BanEntry |
BanList.addBan(String target,
String reason) |
BanEntry |
BanList.addBan(String target,
String reason,
Date expireDate) |
BanEntry |
BanList.addBan(String target,
String reason,
Date expireDate,
String source) |
static BanEntry |
BanEntry.fromMap(Map<String,String> map) |
static BanEntry |
BanEntry.fromString(String str) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,BanEntry> |
BanList.getEntires() |
| Modifier and Type | Method and Description |
|---|---|
void |
BanList.add(BanEntry entry) |
Copyright © 2020. All rights reserved.