Interface EnemyBaseEnterTrap


public interface EnemyBaseEnterTrap
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.ItemStack
    Trap display item for man gui.
    Trap lore msg path.
    Trap name msg path.
    void
    trigger(ITeam trapTeam, org.bukkit.entity.Player player)
    What to do on trigger.
  • Method Details

    • getNameMsgPath

      String getNameMsgPath()
      Trap name msg path.
    • getLoreMsgPath

      String getLoreMsgPath()
      Trap lore msg path.
    • getItemStack

      org.bukkit.inventory.ItemStack getItemStack()
      Trap display item for man gui.
    • trigger

      void trigger(ITeam trapTeam, org.bukkit.entity.Player player)
      What to do on trigger.