Uses of Class
net.minecraftforge.fml.network.NetworkEvent.GatherLoginPayloadsEvent
-
Packages that use NetworkEvent.GatherLoginPayloadsEvent Package Description net.minecraftforge.fml.network net.minecraftforge.fml.network.simple -
-
Uses of NetworkEvent.GatherLoginPayloadsEvent in net.minecraftforge.fml.network
Method parameters in net.minecraftforge.fml.network with type arguments of type NetworkEvent.GatherLoginPayloadsEvent Modifier and Type Method Description void
NetworkInstance. addGatherListener(java.util.function.Consumer<NetworkEvent.GatherLoginPayloadsEvent> eventListener)
-
Uses of NetworkEvent.GatherLoginPayloadsEvent in net.minecraftforge.fml.network.simple
Methods in net.minecraftforge.fml.network.simple with parameters of type NetworkEvent.GatherLoginPayloadsEvent Modifier and Type Method Description private void
SimpleChannel. networkLoginGather(NetworkEvent.GatherLoginPayloadsEvent gatherEvent)
-