| Constructor and Description | 
|---|
| PermissionCheck(String permission)Instantiates a new PermissionCheck. | 
| 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 PermissionCheck(String permission)
permission - the permissionpublic boolean check(Interaction interaction, org.bukkit.entity.Player player, boolean primaryTrigger)
Checkcheck in interface Checkinteraction - 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.