Interface PlayerBreakBlockEvent<G extends Game,P extends BWPlayer,T extends Team,B extends org.screamingsandals.lib.utils.Wrapper>

All Superinterfaces:
BWCancellable

@NonExtendable public interface PlayerBreakBlockEvent<G extends Game,P extends BWPlayer,T extends Team,B extends org.screamingsandals.lib.utils.Wrapper> extends BWCancellable
  • Method Details

    • getGame

      G getGame()
    • getPlayer

      P getPlayer()
    • getTeam

      T getTeam()
    • getBlock

      B getBlock()
    • isDrops

      boolean isDrops()
    • setDrops

      void setDrops(boolean drops)
    • handle

      static void handle(Object plugin, Consumer<PlayerBreakBlockEvent<Game,BWPlayer,Team,org.screamingsandals.lib.utils.Wrapper>> consumer)