Interface SpecialItem<G extends Game,P extends BWPlayer,T extends Team>

All Known Subinterfaces:
ArrowBlocker<G,P,T>, AutoIgniteableTNT<G,P,T>, BridgeEgg<G,P,T,E,M>, Golem<G,P,T,E>, LuckyBlock<G,P,T,L>, PopUpTower<G,P,T>, ProtectionWall<G,P,T,M,B>, RescuePlatform<G,P,T,I,M,B>, TNTSheep<G,P,T,E,L,LE>, Trap<G,P,T,L>, WarpPowder<G,P,T,I>

public interface SpecialItem<G extends Game,P extends BWPlayer,T extends Team>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
  • Method Details

    • getGame

      G getGame()
      Returns:
      game where this special item is used
    • getPlayer

      P getPlayer()
      Returns:
      the player who activated this special item
    • getTeam

      T getTeam()
      Returns:
      the team of player who activated this item