Interface PlayerOpenGamesInventoryEvent<P extends org.screamingsandals.lib.utils.Wrapper>
- All Superinterfaces:
BWCancellable
@NonExtendable
public interface PlayerOpenGamesInventoryEvent<P extends org.screamingsandals.lib.utils.Wrapper>
extends BWCancellable
-
Method Summary
Methods inherited from interface org.screamingsandals.bedwars.api.events.BWCancellable
isCancelled, setCancelled
-
Method Details
-
getPlayer
P getPlayer() -
getType
String getType() -
handle
static void handle(Object plugin, Consumer<PlayerOpenGamesInventoryEvent<org.screamingsandals.lib.utils.Wrapper>> consumer)
-