Class InventoryInteractionAuthenticator
java.lang.Object
io.github.djtpj.authenticator.Authenticator<org.bukkit.event.inventory.InventoryInteractEvent>
io.github.djtpj.authenticator.authenticators.InventoryInteractionAuthenticator
public class InventoryInteractionAuthenticator
extends Authenticator<org.bukkit.event.inventory.InventoryInteractEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
authenticate
(org.bukkit.event.inventory.InventoryInteractEvent event) Verifies weather a trait should run on an event
-
Constructor Details
-
InventoryInteractionAuthenticator
-
-
Method Details
-
authenticate
public boolean authenticate(org.bukkit.event.inventory.InventoryInteractEvent event) Verifies weather a trait should run on an event- Specified by:
authenticate
in classAuthenticator<org.bukkit.event.inventory.InventoryInteractEvent>
- Parameters:
event
- The event to authenticate- Returns:
- whether a trait should run on this event
-