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 TypeInterfaceDescriptioninterfaceRepresents a class that can receive invitations.interfaceRepresents 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 TypeInterfaceDescriptioninterfaceAn interface used to show that an object is capable of participating in economy specific tasks.interfaceA class that only serves as a name-spacing class.interfaceAllows objects to contain townblocks to be accessed/manipulated.Classes in com.palmergames.bukkit.towny.object that implement NameableModifier and TypeClassDescriptionclassclassAn Account object representing a Player's account.classA class which represents the structure of objects that occupy areas or interactive managed sub-objects.classclassAn abstract class which defines the mechanics of groups in towny.classclassclassclassclassclass -
Uses of Nameable in com.palmergames.bukkit.towny.object.economy
Subinterfaces of Nameable in com.palmergames.bukkit.towny.object.economyModifier and TypeInterfaceDescriptioninterfaceDefines methods necessary for the operation of a bank.Classes in com.palmergames.bukkit.towny.object.economy that implement NameableModifier and TypeClassDescriptionclassUsed to facilitate transactions regarding money, and the storage of funds.classA variant of anAccountthat belongs to aGovernment.final classFor 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.