Uses of Class
net.minecraftforge.fmllegacy.network.event.EventNetworkChannel
Packages that use EventNetworkChannel
-
Uses of EventNetworkChannel in net.minecraftforge.fmllegacy.network
Fields in net.minecraftforge.fmllegacy.network declared as EventNetworkChannelFields in net.minecraftforge.fmllegacy.network with type parameters of type EventNetworkChannelModifier and TypeFieldDescription(package private) static List<EventNetworkChannel>
FMLNetworkConstants.mcRegChannels
Methods in net.minecraftforge.fmllegacy.network that return EventNetworkChannelModifier 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
.Methods in net.minecraftforge.fmllegacy.network that return types with arguments of type EventNetworkChannelModifier and TypeMethodDescriptionstatic List<EventNetworkChannel>
NetworkInitialization.buildMCRegistrationChannels()