Uses of Interface
com.palmergames.bukkit.towny.object.ResidentList
Packages that use ResidentList
Package
Description
-
Uses of ResidentList in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny with parameters of type ResidentListModifier and TypeMethodDescriptionstatic String
TownyFormatter.getFormattedOnlineResidents
(String prefix, ResidentList residentList, org.bukkit.entity.Player player) Used in /n online and /t online.List
<org.bukkit.entity.Player> TownyAPI.getOnlinePlayers
(ResidentList owner) Gets all onlinePlayer
s for a specificResidentList
.TownyAPI.getOnlineResidents
(ResidentList owner) Check whichResident
s are online in aResidentList
-
Uses of ResidentList in com.palmergames.bukkit.towny.command
Method parameters in com.palmergames.bukkit.towny.command with type arguments of type ResidentList -
Uses of ResidentList in com.palmergames.bukkit.towny.object
Classes in com.palmergames.bukkit.towny.object that implement ResidentListModifier and TypeClassDescriptionclass
A class which represents the structure of objects that occupy areas or interactive managed sub-objects.class
class
-
Uses of ResidentList in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils with parameters of type ResidentListModifier and TypeMethodDescriptionResidentUtil.getOnlineResidentsViewable
(org.bukkit.entity.Player viewer, ResidentList residentList) Return a list of Residents that can be seen (not vanished) by the viewer.