com.planet_ink.coffee_mud.Libraries.interfaces
Interface StatisticsLibrary

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

public interface StatisticsLibrary
extends CMLibrary, java.lang.Runnable


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

Method Detail

update

void update()

bump

void bump(Environmental E,
          int type)