Uses of Class
net.minecraftforge.fmllegacy.network.NetworkEvent
Packages that use NetworkEvent
Package
Description
-
Uses of NetworkEvent in net.minecraftforge.fmllegacy.network
Subclasses of NetworkEvent in net.minecraftforge.fmllegacy.networkModifier and TypeClassDescriptionstatic class
Fired when the channel registration (see minecraft custom channel documentation) changes.static class
static class
static class
static class
static class
Fields in net.minecraftforge.fmllegacy.network with type parameters of type NetworkEventModifier and TypeFieldDescriptionprivate BiFunction<ICustomPacket<?>,Supplier<NetworkEvent.Context>,NetworkEvent>
NetworkDirection.eventSupplier
Methods in net.minecraftforge.fmllegacy.network with type parameters of type NetworkEventModifier and TypeMethodDescription<T extends NetworkEvent>
voidNetworkInstance.addListener(Consumer<T> eventListener)
private <T extends NetworkEvent>
voidFMLLoginWrapper.wrapperReceived(T packet)
Methods in net.minecraftforge.fmllegacy.network that return NetworkEventModifier and TypeMethodDescriptionNetworkDirection.getEvent(ICustomPacket<?> buffer, Supplier<NetworkEvent.Context> manager)
Methods in net.minecraftforge.fmllegacy.network with parameters of type NetworkEventModifier and TypeMethodDescription(package private) void
NetworkInstance.dispatchEvent(NetworkEvent networkEvent)
private static FMLMCRegisterPacketHandler.ChannelList
FMLMCRegisterPacketHandler.getFrom(NetworkEvent event)
(package private) void
FMLMCRegisterPacketHandler.registerListener(NetworkEvent evt)
(package private) void
FMLMCRegisterPacketHandler.unregisterListener(NetworkEvent evt)
Constructor parameters in net.minecraftforge.fmllegacy.network with type arguments of type NetworkEventModifierConstructorDescriptionprivate
NetworkDirection(BiFunction<ICustomPacket<?>,Supplier<NetworkEvent.Context>,NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends Packet> clazz, int i)
-
Uses of NetworkEvent in net.minecraftforge.fmllegacy.network.event
Methods in net.minecraftforge.fmllegacy.network.event with type parameters of type NetworkEventModifier and TypeMethodDescription<T extends NetworkEvent>
voidEventNetworkChannel.addListener(Consumer<T> eventListener)
-
Uses of NetworkEvent in net.minecraftforge.fmllegacy.network.simple
Methods in net.minecraftforge.fmllegacy.network.simple with parameters of type NetworkEventModifier and TypeMethodDescriptionprivate void
SimpleChannel.networkEventListener(NetworkEvent networkEvent)