Class EventNotOccurred
java.lang.Object
zombie.characters.action.conditions.EventNotOccurred
- All Implemented Interfaces:
IActionCondition
public final class EventNotOccurred extends java.lang.Object implements IActionCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventNotOccurred.Factory
Nested classes/interfaces inherited from interface zombie.characters.action.IActionCondition
IActionCondition.IFactory
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
eventName
Fields inherited from interface zombie.characters.action.IActionCondition
s_factoryMap
-
Constructor Summary
Constructors Constructor Description EventNotOccurred()
-
Method Summary
Modifier and Type Method Description IActionCondition
clone()
java.lang.String
getDescription()
boolean
passes(ActionContext actionContext, int int1)
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
eventName
public java.lang.String eventName
-
-
Constructor Details
-
EventNotOccurred
public EventNotOccurred()
-
-
Method Details
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceIActionCondition
-
passes
- Specified by:
passes
in interfaceIActionCondition
-
clone
- Specified by:
clone
in interfaceIActionCondition
- Overrides:
clone
in classjava.lang.Object
-