AbilityComponents
, AbilityMapper
, AbilityParameters
, AchievementLibrary
, AreaGenerationLibrary
, AutoAwardsLibrary
, CatalogLibrary
, ChannelsLibrary
, CharCreationLibrary
, CityMap
, ClanManager
, CMFlagLibrary
, CMMiscUtils
, ColorLibrary
, CombatLibrary
, CommonCommands
, DatabaseEngine
, DiceLibrary
, EnglishParsing
, ExpertiseLibrary
, ExpLevelLibrary
, FactionManager
, GalacticMap
, GenericBuilder
, GenericEditor
, HelpLibrary
, I3Interface
, ItemBalanceLibrary
, JournalsLibrary
, LanguageLibrary
, LegalLibrary
, ListingLibrary
, MaskingLibrary
, MaterialLibrary
, MoneyLibrary
, PlayerLibrary
, PollManager
, ProtocolLibrary
, QuestManager
, SessionsList
, ShoppingLibrary
, SlaveryLibrary
, SMTPLibrary
, SocialsList
, StatisticsLibrary
, TechLibrary
, TelnetFilter
, TextEncoders
, ThreadEngine
, TimeManager
, TrackingLibrary
, WebMacroLibrary
, WorldHuntLibrary
, WorldMap
, XMLLibrary
Achievements
, AutoAwards
, BeanCounter
, Brown
, CharCreation
, CityCafe
, Clans
, CMAbleComps
, CMAbleMap
, CMAbleParms
, CMCatalog
, CMChannels
, CMEncoder
, CMGenEditor
, CMJournals
, CMLister
, CMMap
, CMPlayers
, CMProtocols
, CoffeeDark
, CoffeeFilter
, CoffeeLevels
, CoffeeMaker
, CoffeeShops
, CoffeeTables
, CoffeeTime
, CoffeeUtensils
, ColumbiaUniv
, CommonMsgs
, DBInterface
, Dice
, DirtyLanguage
, EnglishParser
, Factions
, GroundWired
, IMudClient
, MUDFight
, MUDHelp
, MUDLaw
, MUDPercolator
, MUDTracker
, MUDZapper
, Polls
, Quests
, RawCMaterial
, Sense
, ServiceEngine
, Sessions
, SlaveryParser
, SMTPclient
, Socials
, StdLibrary
, TimsLibrary
, WebMacroCreamer
, WorldHuntUtils
, XMLManager
public interface CMLibrary extends CMObject
idConverter
Modifier and Type | Method | Description |
---|---|---|
boolean |
activate() |
Activates the library.
|
TickClient |
getServiceClient() |
If this library has a service thread, this method returns the TickClient
object associated with that service.
|
java.lang.String |
L(java.lang.String str,
java.lang.String... xs) |
Localize an internal string -- shortcut.
|
void |
propertiesLoaded() |
This method is called whenever system properties are altered by the user.
|
boolean |
shutdown() |
Shuts down the library.
|
copyOf, ID, initializeClass, name, newInstance
boolean activate()
shutdown()
boolean shutdown()
activate()
void propertiesLoaded()
TickClient getServiceClient()
TickClient
java.lang.String L(java.lang.String str, java.lang.String... xs)
str
- the string to translatexs
- the array of variables to replaceCall with the string to translate, which may contain variables of the form @x1, @x2, etc. The array in xs
is then used to replace the variables AFTER the string is translated.