Class ContextualAction
java.lang.Object
zombie.characters.ContextualAction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextualAction
alloc()
static ContextualAction
alloc
(ContextualAction.Action actionx) static ContextualAction
alloc
(ContextualAction.Action actionx, IsoDirections directions, IsoGridSquare squarex, IsoObject objectx) static ContextualAction
alloc
(ContextualAction.Action actionx, Invokers.Params1.ICallback<ContextualAction> iCallback) void
release()
static void
releaseAll
(ArrayList<ContextualAction> arrayList) reset()
-
Field Details
-
action
-
dir
-
square
-
object
-
targetContainer
-
inventoryItem
-
priority
public int priority -
bBehind
public boolean bBehind
-
-
Constructor Details
-
ContextualAction
public ContextualAction()
-
-
Method Details
-
reset
-
alloc
-
alloc
-
alloc
public static ContextualAction alloc(ContextualAction.Action actionx, IsoDirections directions, IsoGridSquare squarex, IsoObject objectx) -
alloc
public static ContextualAction alloc(ContextualAction.Action actionx, Invokers.Params1.ICallback<ContextualAction> iCallback) -
release
public void release() -
releaseAll
-