Uses of Interface
org.bukkit.BanEntry
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to bans.
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 TypeMethodDescriptionDeprecated.Adds a ban to this list.Adds a ban to this list.Adds a ban to this list.Adds this user to theProfileBanList
.Adds this user to theProfileBanList
.Adds this user to theProfileBanList
.BanList.getBanEntry
(String target) Deprecated.BanList.getBanEntry
(T target) Gets aBanEntry
by target.Modifier and TypeMethodDescriptionBanList.getBanEntries()
Deprecated.This return a generic class, prefer useBanList.getEntries()
BanList.getEntries()
Gets a set containing everyBanEntry
in this list. -
Uses of BanEntry in org.bukkit.ban
Modifier and TypeMethodDescriptionProfileBanList.addBan
(PlayerProfile target, String reason, Date expires, String source) Adds a ban to this list. -
Uses of BanEntry in org.bukkit.entity
Modifier and TypeMethodDescriptionAdds this user to theProfileBanList
.Adds this user to theProfileBanList
.Adds this user to theProfileBanList
.Adds this user's current IP address to theIpBanList
.Adds this user's current IP address to theIpBanList
.Adds this user's current IP address to theIpBanList
.
BanList.addBan(Object, String, Date, String)