Package org.geysermc.geyser.platform.mod
Interface GeyserChannelGetter
- All Known Implementing Classes:
ServerConnectionListenerMixin
public interface GeyserChannelGetter
Represents a getter to the server channels in the connection listener class.
-
Method Summary
-
Method Details
-
geyser$getChannels
List<io.netty.channel.ChannelFuture> geyser$getChannels()Returns the channels.- Returns:
- The channels.
-