Uses of Interface
org.bukkit.BanEntry
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of BanEntry in org.bukkit
Modifier and TypeMethodDescriptionBanList.addBan(@NotNull String target, @Nullable String reason, @Nullable Date expires, @Nullable String source)
Adds a ban to the this list.Permanently Bans this player from the serverPermanently Bans this player from the serverBans this player from the serverBans this player from the serverOfflinePlayer.banPlayer(@Nullable String reason, Date expires, @Nullable String source, boolean kickIfOnline)
BanList.getBanEntry(@NotNull String target)
Gets aBanEntry
by target.Modifier and TypeMethodDescriptionBanList.getBanEntries()
Gets a set containing everyBanEntry
in this list. -
Uses of BanEntry in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.banPlayerFull(@Nullable String reason)
Permanently Bans the Profile and IP address currently used by the player.Player.banPlayerFull(@Nullable String reason, @Nullable String source)
Permanently Bans the Profile and IP address currently used by the player.Player.banPlayerFull(@Nullable String reason, @Nullable Date expires)
Bans the Profile and IP address currently used by the player.Bans the Profile and IP address currently used by the player.Player.banPlayerIP(@Nullable String reason)
Permanently Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, boolean kickPlayer)
Permanently Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, @Nullable String source)
Permanently Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, @Nullable String source, boolean kickPlayer)
Permanently Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, @Nullable Date expires)
Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, @Nullable Date expires, boolean kickPlayer)
Bans the IP address currently used by the player.Bans the IP address currently used by the player.Player.banPlayerIP(@Nullable String reason, @Nullable Date expires, @Nullable String source, boolean kickPlayer)
Bans the IP address currently used by the player.