Class PerWorldPlayerList

java.lang.Object
me.neznamy.tab.api.TabFeature
me.neznamy.tab.platforms.bukkit.features.PerWorldPlayerList
All Implemented Interfaces:
org.bukkit.event.Listener

public class PerWorldPlayerList extends me.neznamy.tab.api.TabFeature implements org.bukkit.event.Listener
Per-world-PlayerList feature handler
  • Field Summary

    Fields inherited from class me.neznamy.tab.api.TabFeature

    disabledServers, disabledWorlds
  • Constructor Summary

    Constructors
    Constructor
    Description
    PerWorldPlayerList(org.bukkit.plugin.java.JavaPlugin plugin)
    Constructs new instance with given parameters and loads config options
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onJoin(org.bukkit.event.player.PlayerJoinEvent e)
     
    void
    onWorldChange(org.bukkit.event.player.PlayerChangedWorldEvent e)
     
    void
     

    Methods inherited from class me.neznamy.tab.api.TabFeature

    addDisabledPlayer, addUsedPlaceholders, contains, getFeatureName, getRefreshDisplayName, isDisabled, isDisabledPlayer, onCommand, onDisplayObjective, onJoin, onLoginPacket, onObjective, onPacketReceive, onPacketSend, onPlayerInfo, onQuit, onServerChange, onVanishStatusChange, onWorldChange, overridesMethod, refresh, removeDisabledPlayer

    Methods inherited from class java.lang.Object

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

    • PerWorldPlayerList

      public PerWorldPlayerList(org.bukkit.plugin.java.JavaPlugin plugin)
      Constructs new instance with given parameters and loads config options
      Parameters:
      plugin - plugin instance
  • Method Details

    • load

      public void load()
      Overrides:
      load in class me.neznamy.tab.api.TabFeature
    • unload

      public void unload()
      Overrides:
      unload in class me.neznamy.tab.api.TabFeature
    • onJoin

      public void onJoin(org.bukkit.event.player.PlayerJoinEvent e)
    • onWorldChange

      public void onWorldChange(org.bukkit.event.player.PlayerChangedWorldEvent e)