com.planet_ink.coffee_mud.Libraries.interfaces
Interface StatisticsLibrary

All Superinterfaces:
java.lang.Cloneable, CMLibrary, CMObject, java.lang.Comparable<CMObject>
All Known Implementing Classes:
CoffeeTables

public interface StatisticsLibrary
extends CMLibrary


Method Summary
 void bump(CMObject E, int type)
           
 void update()
           
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.CMLibrary
activate, getServiceClient, L, propertiesLoaded, shutdown
 
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject
copyOf, ID, initializeClass, name, newInstance
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

update

void update()

bump

void bump(CMObject E,
          int type)