Package | Description |
---|---|
me.leoko.advancedgui.utils.actions | |
me.leoko.advancedgui.utils.checks | |
me.leoko.advancedgui.utils.components |
Constructor and Description |
---|
CheckAction(Check check,
Action positiveAction,
Action negativeAction)
Instantiates a new CheckAction.
|
CheckAction(Check check,
Action positiveAction,
Action negativeAction)
Instantiates a new CheckAction.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemCheck
The ItemCheck check whether the player has a certain item.
|
class |
MoneyCheck
The MoneyCheck checks whether the player has at least a certain amount of money.
|
class |
NumberPlaceholderCheck |
class |
PermissionCheck
The PermissionCheck check whether a player has a certain permission.
|
class |
PlaceholderCheck
The PlaceholderCheck checks whether a placeholder matches a certain value for a player.
|
class |
PrimaryCheck
The PrimaryCheck checks whether its trigger was "primary".
|
class |
StandbyCheck
The StandbyCheck checks whether the interaction is the standby interaction.
|
class |
VisibilityCheck
The VisibilityCheck checks whether a component is visible.
|
Modifier and Type | Method and Description |
---|---|
Check |
CheckComponent.getCheck()
Gets the check used by the component.
|
Check |
CheckComponent.getCheck()
Gets the check used by the component.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckComponent.setCheck(Check check)
Sets the check used by the component.
|
void |
CheckComponent.setCheck(Check check)
Sets the check used by the component.
|
Constructor and Description |
---|
CheckComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Check check,
Component positive,
Component negative)
Instantiates a new CheckComponent.
|
CheckComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Check check,
Component positive,
Component negative)
Instantiates a new CheckComponent.
|
Copyright © 2021. All rights reserved.