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

All Superinterfaces:
SpecialItem<G,P,T>

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

    Modifier and Type
    Method
    Description
    org.screamingsandals.lib.utils.Wrapper
     
    org.screamingsandals.lib.utils.Wrapper
    Gets the bridge material.
    void
    Runs the placing task.

    Methods inherited from interface org.screamingsandals.bedwars.api.special.SpecialItem

    getGame, getPlayer, getTeam
  • Method Details

    • getMaterial

      org.screamingsandals.lib.utils.Wrapper getMaterial()

      Gets the bridge material.

      Returns:
      the bridge material
    • getCenterPoint

      org.screamingsandals.lib.utils.Wrapper getCenterPoint()
    • runTask

      void runTask()

      Runs the placing task.