Uses of Class
net.minecraftforge.fml.network.NetworkRegistry.LoginPayload
-
Packages that use NetworkRegistry.LoginPayload Package Description net.minecraftforge.fml.network -
-
Uses of NetworkRegistry.LoginPayload in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network with type parameters of type NetworkRegistry.LoginPayload Modifier and Type Field Description private java.util.List<NetworkRegistry.LoginPayload>
NetworkEvent.GatherLoginPayloadsEvent. collected
private java.util.List<NetworkRegistry.LoginPayload>
FMLHandshakeHandler. messageList
Methods in net.minecraftforge.fml.network that return types with arguments of type NetworkRegistry.LoginPayload Modifier and Type Method Description (package private) static java.util.List<NetworkRegistry.LoginPayload>
NetworkRegistry. gatherLoginPayloads(NetworkDirection direction, boolean isLocal)
Retrieve theNetworkRegistry.LoginPayload
list for dispatch duringFMLHandshakeHandler.tickLogin(NetworkManager)
handling.Method parameters in net.minecraftforge.fml.network with type arguments of type NetworkRegistry.LoginPayload Modifier and Type Method Description (package private) void
NetworkInstance. dispatchGatherLogin(java.util.List<NetworkRegistry.LoginPayload> loginPayloadList, boolean isLocal)
Constructor parameters in net.minecraftforge.fml.network with type arguments of type NetworkRegistry.LoginPayload Constructor Description GatherLoginPayloadsEvent(java.util.List<NetworkRegistry.LoginPayload> loginPayloadList, boolean isLocal)
-