Interface GeyserChannelGetter

All Known Implementing Classes:
ServerConnectionListenerMixin

public interface GeyserChannelGetter
Represents a getter to the server channels in the connection listener class.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.netty.channel.ChannelFuture>
    Returns the channels.
  • Method Details

    • geyser$getChannels

      List<io.netty.channel.ChannelFuture> geyser$getChannels()
      Returns the channels.
      Returns:
      The channels.