Class VelocityDataAddon

  • All Implemented Interfaces:
    org.geysermc.floodgate.api.inject.InjectorAddon

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

      • VelocityDataAddon

        public VelocityDataAddon()
    • Method Detail

      • 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