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