Class IntTreeAction
-
- All Implemented Interfaces:
public class IntTreeAction extends TreeAction<T>
-
-
Field Summary
Fields Modifier and Type Field Description public final Evaluator<Integer>
key
public final TreeAction.TreeActionType
actionType
public final String
globalId
public final Action
defaultAction
public final Action
matchAction
public final TreeMap<T, Action>
actions
-
Constructor Summary
Constructors Constructor Description IntTreeAction(BaseActionManager manager, ConfigReader config)
-
Method Summary
Modifier and Type Method Description Evaluator<Integer>
getKey()
ActionType
getType()
Integer
cast(@NonNull() Object result)
-
Methods inherited from class pers.neige.neigeitems.action.impl.TreeAction
getActionType, getActions, getDefaultAction, getGlobalId, getKey, getKeyType, getMatchAction
-
Methods inherited from class pers.neige.neigeitems.action.Action
eval, evalAsyncSafe, evalAsyncSafe, insertAfter, insertBefore, isAsyncSafe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IntTreeAction
IntTreeAction(BaseActionManager manager, ConfigReader config)
-
-
-
-