Package zombie.behaviors
Class BehaviorHub.BehaviorTrigger
java.lang.Object
zombie.behaviors.BehaviorHub.BehaviorTrigger
- Enclosing class:
- BehaviorHub
public class BehaviorHub.BehaviorTrigger
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description floatDecayjava.lang.StringNameBehaviorTriggerBehaviorfloatTriggerValuefloatValue -
Constructor Summary
Constructors Constructor Description BehaviorTrigger() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Decay
public float Decay -
Name
public java.lang.String Name -
TriggerBehavior
-
TriggerValue
public float TriggerValue -
Value
public float Value
-
-
Constructor Details
-
BehaviorTrigger
public BehaviorTrigger()
-