Class PropHuntListener

java.lang.Object
me.tomski.listeners.PropHuntListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class PropHuntListener extends Object implements org.bukkit.event.Listener
  • Field Details

    • tempIgnoreUndisguise

      public static List<org.bukkit.entity.Player> tempIgnoreUndisguise
    • playerOnBlocks

      public static Map<org.bukkit.entity.Player,​Integer> playerOnBlocks
  • Constructor Details

  • Method Details

    • onInteract

      public void onInteract(org.bukkit.event.player.PlayerInteractEvent e)
    • playerKickEvent

      public void playerKickEvent(org.bukkit.event.player.PlayerKickEvent e)
    • onCrouchEvent

      public void onCrouchEvent(org.bukkit.event.player.PlayerToggleSneakEvent e)
    • onPLayerDrop

      public void onPLayerDrop(org.bukkit.event.player.PlayerDropItemEvent e)
    • onPlayerCommand

      public void onPlayerCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent e)
    • onPlayerRespawn

      public void onPlayerRespawn(org.bukkit.event.player.PlayerRespawnEvent e)
    • onPlayerDeath

      public void onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e) throws IllegalAccessException, InvocationTargetException, IOException
      Throws:
      IllegalAccessException
      InvocationTargetException
      IOException
    • blockBreakEvent

      public void blockBreakEvent(org.bukkit.event.block.BlockBreakEvent e)
    • blockPlaceEvent

      public void blockPlaceEvent(org.bukkit.event.block.BlockPlaceEvent e)
    • playerDamange

      public void playerDamange(org.bukkit.event.entity.EntityDamageByEntityEvent e)
    • onlogin

      public void onlogin(org.bukkit.event.player.PlayerJoinEvent e)
    • onLogout

      public void onLogout(org.bukkit.event.player.PlayerQuitEvent e) throws IOException
      Throws:
      IOException