public static interface RadialMenu.Predicate
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(RadialMenu menu,
RadialMenuItem item)
If true, the menu will be enabled when displayed in a character's menu.
|
boolean |
isIncluded(RadialMenu menu,
RadialMenuItem item)
If true, the menu will be included in the character menu when it is displayed.
|
boolean isIncluded(RadialMenu menu, RadialMenuItem item)
menu
- the menu that will include or not include the item in question.item
- the menu item that will or will not be included.boolean isEnabled(RadialMenu menu, RadialMenuItem item)
menu
- the menu that contains the item in question.item
- the menu item that will or will not be enabled.Copyright © 2015. All rights reserved.