Interface NetworkHandler


public interface NetworkHandler
  • Method Details

    • getProtocolVersion

      int getProtocolVersion()
    • getPipeline

      Optional<PipelineWrapper> getPipeline(UUID uuid)
    • removePipeline

      void removePipeline(UUID uuid)
    • injectChannel

      void injectChannel(org.bukkit.entity.Player player)
    • ejectChannel

      void ejectChannel(org.bukkit.entity.Player player)
    • ping

      void ping(UUID uuid)
    • startBatch

      void startBatch()
    • isBatching

      boolean isBatching()
    • endBatch

      void endBatch()