Class HidePlayers

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class HidePlayers
    extends CommunicationTask
    implements org.bukkit.event.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      HidePlayers()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addVanished​(org.bukkit.entity.Player pPlayer)  
      void executeTask​(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj)  
      void onLeave​(org.bukkit.event.player.PlayerQuitEvent pEvent)  
      void removeVanished​(org.bukkit.entity.Player pPlayer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HidePlayers

        public HidePlayers()
    • Method Detail

      • executeTask

        public void executeTask​(org.bukkit.entity.Player pPlayer,
                                com.google.gson.JsonObject pJObj)
        Specified by:
        executeTask in class CommunicationTask
      • onLeave

        public void onLeave​(org.bukkit.event.player.PlayerQuitEvent pEvent)
      • addVanished

        public void addVanished​(org.bukkit.entity.Player pPlayer)
      • removeVanished

        public void removeVanished​(org.bukkit.entity.Player pPlayer)