Interface SavePlayerStatisticEvent<S extends PlayerStatistic>
- All Superinterfaces:
BWCancellable
@NonExtendable
public interface SavePlayerStatisticEvent<S extends PlayerStatistic>
extends BWCancellable
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
handle
(Object plugin, Consumer<SavePlayerStatisticEvent<PlayerStatistic>> consumer) Methods inherited from interface org.screamingsandals.bedwars.api.events.BWCancellable
isCancelled, setCancelled
-
Method Details
-
getPlayerStatistic
S getPlayerStatistic() -
handle
-