Uses of Enum Class
com.comphenix.protocol.injector.GamePhase
Packages that use GamePhase
Package
Description
-
Uses of GamePhase in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return GamePhaseModifier and TypeMethodDescriptionListeningWhitelist.getGamePhase()Retrieve which game phase this listener is active under.Methods in com.comphenix.protocol.events with parameters of type GamePhaseModifier and TypeMethodDescriptionSet the gamephase to use when constructing new whitelists.Set which game phase this listener is active under. -
Uses of GamePhase in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector that return GamePhase -
Uses of GamePhase in com.comphenix.protocol.injector.netty
Methods in com.comphenix.protocol.injector.netty with parameters of type GamePhaseModifier and TypeMethodDescriptionAbstractPlayerHandler.getPlayerHook(GamePhase phase)voidAbstractPlayerHandler.setPlayerHook(GamePhase phase, PlayerInjectHooks playerHook) -
Uses of GamePhase in com.comphenix.protocol.injector.player
Methods in com.comphenix.protocol.injector.player with parameters of type GamePhaseModifier and TypeMethodDescriptionPlayerInjectionHandler.getPlayerHook(GamePhase phase)Retrieves how the server packets are read.voidPlayerInjectionHandler.setPlayerHook(GamePhase phase, PlayerInjectHooks playerHook)Sets how the server packets are read.