Constructor and Description |
---|
PlaceholderCheck(String placeholder,
String value)
Instantiates a new PlaceholderCheck.
|
Modifier and Type | Method and Description |
---|---|
boolean |
check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Performs the check for the given player in the given interaction.
|
public boolean check(Interaction interaction, org.bukkit.entity.Player player, boolean primaryTrigger)
Check
check
in interface Check
interaction
- the interactionplayer
- the playerprimaryTrigger
- whether the check trigger was "primary".
For actions on components this is true when the component
was in direct line of sight and false if overlapped by a different component.Copyright © 2021. All rights reserved.