Uses of Class
com.camelspotting.jotl.event.OpenTTDEventType

Packages that use OpenTTDEventType
com.camelspotting.jotl.event The event package contains classes useful for generating, parsing and listening to game events. 
 

Uses of OpenTTDEventType in com.camelspotting.jotl.event
 

Methods in com.camelspotting.jotl.event that return OpenTTDEventType
 OpenTTDEventType OpenTTDEvent.getType()
          This method returns the type of event.
static OpenTTDEventType OpenTTDEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OpenTTDEventType[] OpenTTDEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.camelspotting.jotl.event with parameters of type OpenTTDEventType
OpenTTDEvent(OpenTTDEventType t, Object... objects)
          Constructor for making events.
 



Copyright © 2013. All Rights Reserved.