Interface ChannelInfoHolder
public interface ChannelInfoHolder
-
Method Summary
Modifier and TypeMethodDescriptionCollection<net.minecraft.resources.Identifier> fabric_getPendingChannelsNames(net.minecraft.network.ConnectionProtocol protocol)
-
Method Details
-
fabric_getPendingChannelsNames
Collection<net.minecraft.resources.Identifier> fabric_getPendingChannelsNames(net.minecraft.network.ConnectionProtocol protocol) - Returns:
- Channels which are declared as receivable by the other side but have not been declared yet.
-