Class VelocityPipelineInjector

java.lang.Object
io.github.retrooper.packetevents.injector.VelocityPipelineInjector
All Implemented Interfaces:
com.github.retrooper.packetevents.injector.ChannelInjector

public class VelocityPipelineInjector extends Object implements com.github.retrooper.packetevents.injector.ChannelInjector
  • Constructor Details

    • VelocityPipelineInjector

      public VelocityPipelineInjector(com.velocitypowered.api.proxy.ProxyServer server)
  • Method Details

    • isServerBound

      public boolean isServerBound()
      Specified by:
      isServerBound in interface com.github.retrooper.packetevents.injector.ChannelInjector
    • inject

      public void inject()
      Specified by:
      inject in interface com.github.retrooper.packetevents.injector.ChannelInjector
    • uninject

      public void uninject()
      Specified by:
      uninject in interface com.github.retrooper.packetevents.injector.ChannelInjector
    • updateUser

      public void updateUser(Object channel, com.github.retrooper.packetevents.protocol.player.User user)
      Specified by:
      updateUser in interface com.github.retrooper.packetevents.injector.ChannelInjector
    • setPlayer

      public void setPlayer(Object ch, Object p)
      Specified by:
      setPlayer in interface com.github.retrooper.packetevents.injector.ChannelInjector
    • isProxy

      public boolean isProxy()
      Specified by:
      isProxy in interface com.github.retrooper.packetevents.injector.ChannelInjector