Uses of Class
net.minecraft.client.multiplayer.MultiPlayerGameMode
Packages that use MultiPlayerGameMode
-
Uses of MultiPlayerGameMode in net.minecraft.client
Fields in net.minecraft.client declared as MultiPlayerGameMode -
Uses of MultiPlayerGameMode in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type MultiPlayerGameModeModifier and TypeMethodDescriptionstatic voidForgeHooksClient.firePlayerLogin(MultiPlayerGameMode pc, LocalPlayer player, Connection networkManager) static voidForgeHooksClient.firePlayerLogout(MultiPlayerGameMode pc, LocalPlayer player) static voidForgeHooksClient.firePlayerRespawn(MultiPlayerGameMode pc, LocalPlayer oldPlayer, LocalPlayer newPlayer, Connection networkManager) -
Uses of MultiPlayerGameMode in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as MultiPlayerGameModeModifier and TypeFieldDescriptionprivate final MultiPlayerGameModeClientPlayerNetworkEvent.multiPlayerGameModeMethods in net.minecraftforge.client.event that return MultiPlayerGameModeConstructors in net.minecraftforge.client.event with parameters of type MultiPlayerGameModeModifierConstructorDescription(package private)ClientPlayerNetworkEvent(MultiPlayerGameMode multiPlayerGameMode, LocalPlayer player, Connection connection) LoggedInEvent(MultiPlayerGameMode controller, LocalPlayer player, Connection networkManager) LoggedOutEvent(MultiPlayerGameMode controller, LocalPlayer player, Connection networkManager) RespawnEvent(MultiPlayerGameMode pc, LocalPlayer oldPlayer, LocalPlayer newPlayer, Connection networkManager)