Package com.prineside.tdi2.systems
Class PathfindingSystem.OnModifierPlace
java.lang.Object
com.prineside.tdi2.SerializableListener<PathfindingSystem>
com.prineside.tdi2.systems.PathfindingSystem.OnModifierPlace
- All Implemented Interfaces:
KryoSerializable
,Listener<ModifierPlace>
- Enclosing class:
- PathfindingSystem
public static final class PathfindingSystem.OnModifierPlace
extends SerializableListener<PathfindingSystem>
implements Listener<ModifierPlace>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(ModifierPlace event) Called each time an event is being triggeredMethods inherited from class com.prineside.tdi2.SerializableListener
read, write
-
Method Details
-
handleEvent
Description copied from interface:Listener
Called each time an event is being triggered- Specified by:
handleEvent
in interfaceListener<ModifierPlace>
- Parameters:
event
- event object passed by someone. Some events can be stopped or cancelled
-