Uses of Class
net.minecraftforge.network.event.EventNetworkChannel
-
Uses of EventNetworkChannel in net.minecraftforge.network
Modifier and TypeFieldDescription(package private) static final List<EventNetworkChannel>
NetworkConstants.mcRegChannels
Modifier and TypeMethodDescriptionNetworkRegistry.ChannelBuilder.eventNetworkChannel()
Build a newEventNetworkChannel
with this builder's configuration.static EventNetworkChannel
NetworkRegistry.newEventChannel
(ResourceLocation name, Supplier<String> networkProtocolVersion, Predicate<String> clientAcceptedVersions, Predicate<String> serverAcceptedVersions) Create a newEventNetworkChannel
.Modifier and TypeMethodDescriptionstatic List<EventNetworkChannel>
NetworkInitialization.buildMCRegistrationChannels()