Uses of Interface
org.bukkit.BanEntry
Packages that use 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
Methods in org.bukkit that return BanEntryModifier 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.Methods in org.bukkit that return types with arguments of type BanEntryModifier 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
Methods in org.bukkit.ban that return BanEntryModifier and TypeMethodDescriptionProfileBanList.addBan
(PlayerProfile target, String reason, Date expires, String source) Adds a ban to this list. -
Uses of BanEntry in org.bukkit.entity
Methods in org.bukkit.entity that return BanEntryModifier 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)