Class BukkitPipelineInjector

java.lang.Object
me.neznamy.tab.api.TabFeature
me.neznamy.tab.shared.features.PipelineInjector
me.neznamy.tab.platforms.bukkit.BukkitPipelineInjector

public class BukkitPipelineInjector extends me.neznamy.tab.shared.features.PipelineInjector
Pipeline injection for bukkit
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    Custom channel duplex handler override
  • Field Summary

    Fields inherited from class me.neznamy.tab.shared.features.PipelineInjector

    antiOverrideTeams, byteBufDeserialization, DECODER_NAME

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

    disabledServers, disabledWorlds
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs new instance
  • Method Summary

    Modifier and Type
    Method
    Description
    Function<me.neznamy.tab.api.TabPlayer,io.netty.channel.ChannelDuplexHandler>
     

    Methods inherited from class me.neznamy.tab.shared.features.PipelineInjector

    inject, load, logTeamOverride, onJoin, setByteBufDeserialization, uninject, unload

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

    addDisabledPlayer, addUsedPlaceholders, contains, getFeatureName, getRefreshDisplayName, isDisabled, isDisabledPlayer, onCommand, onDisplayObjective, 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

    • BukkitPipelineInjector

      public BukkitPipelineInjector()
      Constructs new instance
  • Method Details

    • getChannelFunction

      public Function<me.neznamy.tab.api.TabPlayer,io.netty.channel.ChannelDuplexHandler> getChannelFunction()
      Specified by:
      getChannelFunction in class me.neznamy.tab.shared.features.PipelineInjector