| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @Nullable BanEntry | BanList. addBan(@NotNull String target,
      @Nullable String reason,
      @Nullable Date expires,
      @Nullable String source) | Adds a ban to the this list. | 
| @Nullable BanEntry | BanList. getBanEntry(@NotNull String target) | Gets a  BanEntryby target. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Set<BanEntry> | BanList. getBanEntries() | Gets a set containing every  BanEntryin this list. | 
Copyright © 2020. All rights reserved.