Package net.orbyfied.j8.command
Class Flags
java.lang.Object
net.orbyfied.j8.command.AbstractNodeComponent
net.orbyfied.j8.command.Flags
- All Implemented Interfaces:
Functional,NodeComponent
A node component which grants the node
the ability to push flags to the context.
- See Also:
-
Field Summary
Fields inherited from class net.orbyfied.j8.command.AbstractNodeComponent
node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFlag(String name, Character ch, ParameterType<?> type, boolean isSwitch) voidFlag<?>getFlags()removeFlag(String name) removeFlag(Flag<?> flag) voidMethods inherited from class net.orbyfied.j8.command.AbstractNodeComponent
getNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.orbyfied.j8.command.NodeComponent
getNode
-
Constructor Details
-
Flags
-
-
Method Details
-
getFlags
-
getFlag
-
removeFlag
-
removeFlag
-
addFlag
-
addFlag
-
walked
- Specified by:
walkedin interfaceFunctional
-
execute
- Specified by:
executein interfaceFunctional
-