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 and 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,
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) |
default BanEntry |
OfflinePlayer.banPlayer(String reason,
String source)
Permanently Bans this player from the server
|
BanEntry |
BanList.getBanEntry(String target)
Gets a
BanEntry by target. |
Modifier and Type | Method and Description |
---|---|
Set<BanEntry> |
BanList.getBanEntries()
Gets a set containing every
BanEntry in this list. |
Modifier and Type | Method and 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,
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.banPlayerFull(String reason,
String source)
Permanently 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,
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) |
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.
|
Copyright © 2021. All rights reserved.