Uses of Class
net.minecraftforge.fmllegacy.network.NetworkEvent.GatherLoginPayloadsEvent
Packages that use NetworkEvent.GatherLoginPayloadsEvent
Package
Description
-
Uses of NetworkEvent.GatherLoginPayloadsEvent in net.minecraftforge.fmllegacy.network
Method parameters in net.minecraftforge.fmllegacy.network with type arguments of type NetworkEvent.GatherLoginPayloadsEventModifier and TypeMethodDescriptionvoid
NetworkInstance.addGatherListener(Consumer<NetworkEvent.GatherLoginPayloadsEvent> eventListener)
-
Uses of NetworkEvent.GatherLoginPayloadsEvent in net.minecraftforge.fmllegacy.network.simple
Methods in net.minecraftforge.fmllegacy.network.simple with parameters of type NetworkEvent.GatherLoginPayloadsEventModifier and TypeMethodDescriptionprivate void
SimpleChannel.networkLoginGather(NetworkEvent.GatherLoginPayloadsEvent gatherEvent)