Class VelocityDataAddon

java.lang.Object
org.geysermc.floodgate.velocity.addon.data.VelocityDataAddon
All Implemented Interfaces:
org.geysermc.floodgate.api.inject.InjectorAddon

@Singleton public final class VelocityDataAddon extends Object implements org.geysermc.floodgate.api.inject.InjectorAddon
  • Constructor Details

    • VelocityDataAddon

      public VelocityDataAddon()
  • Method Details

    • onInject

      public void onInject(io.netty.channel.Channel channel, boolean toServer)
      Specified by:
      onInject in interface org.geysermc.floodgate.api.inject.InjectorAddon
    • onChannelClosed

      public void onChannelClosed(io.netty.channel.Channel channel)
      Specified by:
      onChannelClosed in interface org.geysermc.floodgate.api.inject.InjectorAddon
    • onRemoveInject

      public void onRemoveInject(io.netty.channel.Channel channel)
      Specified by:
      onRemoveInject in interface org.geysermc.floodgate.api.inject.InjectorAddon
    • shouldInject

      public boolean shouldInject()
      Specified by:
      shouldInject in interface org.geysermc.floodgate.api.inject.InjectorAddon