Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
Modifier and Type | Method | Description |
---|---|---|
BanEntry |
BanList.addBan(String target,
String reason,
Date expires,
String source) |
Adds a ban to the this list.
|
default BanEntry |
OfflinePlayer.banPlayer(String reason) |
Permanently Bans this player from the server
|
default BanEntry |
OfflinePlayer.banPlayer(String reason,
String source) |
Permanently Bans this player from the server
|
default BanEntry |
OfflinePlayer.banPlayer(String reason,
Date expires) |
Bans this player from the server
|
default BanEntry |
OfflinePlayer.banPlayer(String reason,
Date expires,
String source) |
Bans this player from the server
|
default BanEntry |
OfflinePlayer.banPlayer(String reason,
Date expires,
String source,
boolean kickIfOnline) |
|
BanEntry |
BanList.getBanEntry(String target) |
Gets a
BanEntry by target. |
Modifier and Type | Method | Description |
---|---|---|
Set<BanEntry> |
BanList.getBanEntries() |
Gets a set containing every
BanEntry in this list. |
Modifier and Type | Method | Description |
---|---|---|
default BanEntry |
Player.banPlayerFull(String reason) |
Permanently Bans the Profile and IP address currently used by the player.
|
default BanEntry |
Player.banPlayerFull(String reason,
String source) |
Permanently Bans the Profile and IP address currently used by the player.
|
default BanEntry |
Player.banPlayerFull(String reason,
Date expires) |
Bans the Profile and IP address currently used by the player.
|
default BanEntry |
Player.banPlayerFull(String reason,
Date expires,
String source) |
Bans the Profile and IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason) |
Permanently Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
boolean kickPlayer) |
Permanently Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
String source) |
Permanently Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
String source,
boolean kickPlayer) |
Permanently Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
Date expires) |
Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
Date expires,
boolean kickPlayer) |
Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
Date expires,
String source) |
Bans the IP address currently used by the player.
|
default BanEntry |
Player.banPlayerIP(String reason,
Date expires,
String source,
boolean kickPlayer) |
Bans the IP address currently used by the player.
|
Copyright © 2020. All rights reserved.