Uses of Class
net.minecraftforge.fmllegacy.network.event.EventNetworkChannel
-
Uses of EventNetworkChannel in net.minecraftforge.fmllegacy.network
Modifier and TypeFieldDescription(package private) static List<EventNetworkChannel>
FMLNetworkConstants.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()