Package | Description |
---|---|
net.minecraftforge.fml.network |
Modifier and Type | Field and Description |
---|---|
private EventNetworkChannel |
FMLLoginWrapper.wrapperChannel |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.List<EventNetworkChannel> |
FMLNetworkConstants.mcRegChannels |
Modifier and Type | Method and Description |
---|---|
EventNetworkChannel |
NetworkRegistry.ChannelBuilder.eventNetworkChannel()
Build a new
EventNetworkChannel with this builder's configuration. |
static EventNetworkChannel |
NetworkRegistry.newEventChannel(ResourceLocation name,
java.util.function.Supplier<java.lang.String> networkProtocolVersion,
java.util.function.Predicate<java.lang.String> clientAcceptedVersions,
java.util.function.Predicate<java.lang.String> serverAcceptedVersions)
Create a new
EventNetworkChannel . |
Modifier and Type | Method and Description |
---|---|
static java.util.List<EventNetworkChannel> |
NetworkInitialization.buildMCRegistrationChannels() |