Uses of Class
net.minecraftforge.network.EventNetworkChannel
Packages that use EventNetworkChannel
-
Uses of EventNetworkChannel in net.minecraftforge.network
Fields in net.minecraftforge.network declared as EventNetworkChannelModifier and TypeFieldDescription(package private) static final EventNetworkChannel
ChannelListManager.REGISTER
(package private) static final EventNetworkChannel
ChannelListManager.UNREGISTER
Methods in net.minecraftforge.network that return EventNetworkChannelModifier and TypeMethodDescription<T extends CustomPayloadEvent>
EventNetworkChannelEventNetworkChannel.addListener
(Consumer<T> eventListener) ChannelBuilder.eventNetworkChannel()
Build a newEventNetworkChannel
with this builder's configuration.EventNetworkChannel.registerObject
(Object object) Methods in net.minecraftforge.network with parameters of type EventNetworkChannelModifier and TypeMethodDescriptionprivate static void
ChannelListManager.sendChannels
(EventNetworkChannel channel, Connection connection, Collection<ResourceLocation> channels)