Uses of Interface
com.palmergames.bukkit.towny.object.Nameable
Packages that use Nameable
Package
Description
-
Uses of Nameable in com.palmergames.bukkit.towny
Method parameters in com.palmergames.bukkit.towny with type arguments of type NameableModifier and TypeMethodDescriptionTownyFormatter.getFormattedNames
(Collection<? extends Nameable> objects) -
Uses of Nameable in com.palmergames.bukkit.towny.invites
Subinterfaces of Nameable in com.palmergames.bukkit.towny.invitesModifier and TypeInterfaceDescriptioninterface
Represents a class that can receive invitations.interface
Represents a class that can receive invitations. -
Uses of Nameable in com.palmergames.bukkit.towny.object
Subinterfaces of Nameable in com.palmergames.bukkit.towny.objectModifier and TypeInterfaceDescriptioninterface
An interface used to show that an object is capable of participating in economy specific tasks.interface
A class that only serves as a name-spacing class.interface
Allows objects to contain townblocks to be accessed/manipulated.Classes in com.palmergames.bukkit.towny.object that implement NameableModifier and TypeClassDescriptionclass
class
An Account object representing a Player's account.class
A class which represents the structure of objects that occupy areas or interactive managed sub-objects.class
class
An abstract class which defines the mechanics of groups in towny.class
class
class
class
class
class
-
Uses of Nameable in com.palmergames.bukkit.towny.object.economy
Subinterfaces of Nameable in com.palmergames.bukkit.towny.object.economyModifier and TypeInterfaceDescriptioninterface
Defines methods necessary for the operation of a bank.Classes in com.palmergames.bukkit.towny.object.economy that implement NameableModifier and TypeClassDescriptionclass
Used to facilitate transactions regarding money, and the storage of funds.class
A variant of anAccount
that belongs to aGovernment
.final class
For internal use only. -
Uses of Nameable in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils with type parameters of type NameableModifier and TypeMethodDescriptionNameUtil.getNames
(Collection<T> objs) A helper function that extracts names from objects.