Uses of Enum Class
com.comphenix.protocol.injector.PlayerInjectHooks
Packages that use PlayerInjectHooks
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of PlayerInjectHooks in com.comphenix.protocol
Methods in com.comphenix.protocol that return PlayerInjectHooksModifier and TypeMethodDescriptionProtocolConfig.getDefaultMethod()Retrieve the default injection method.ProtocolConfig.getInjectionMethod()Retrieve the injection method that has been set in the configuration, or use a default value.Methods in com.comphenix.protocol with parameters of type PlayerInjectHooksModifier and TypeMethodDescriptionvoidProtocolConfig.setInjectionMethod(PlayerInjectHooks hook)Set the starting injection method to use. -
Uses of PlayerInjectHooks in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector that return PlayerInjectHooksModifier and TypeMethodDescriptionInternalManager.getPlayerHook()Retrieves how the server packets are read.PacketFilterManager.getPlayerHook()Retrieves how the server packets are read.static PlayerInjectHooksReturns the enum constant of this class with the specified name.static PlayerInjectHooks[]PlayerInjectHooks.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.injector with parameters of type PlayerInjectHooksModifier and TypeMethodDescriptionvoidInternalManager.setPlayerHook(PlayerInjectHooks playerHook)Sets how the server packets are read.voidPacketFilterManager.setPlayerHook(PlayerInjectHooks playerHook)Sets how the server packets are read. -
Uses of PlayerInjectHooks in com.comphenix.protocol.injector.netty
Methods in com.comphenix.protocol.injector.netty that return PlayerInjectHooksModifier and TypeMethodDescriptionAbstractPlayerHandler.getPlayerHook()AbstractPlayerHandler.getPlayerHook(GamePhase phase)Methods in com.comphenix.protocol.injector.netty with parameters of type PlayerInjectHooksModifier and TypeMethodDescriptionvoidAbstractPlayerHandler.setPlayerHook(GamePhase phase, PlayerInjectHooks playerHook)voidAbstractPlayerHandler.setPlayerHook(PlayerInjectHooks playerHook) -
Uses of PlayerInjectHooks in com.comphenix.protocol.injector.player
Methods in com.comphenix.protocol.injector.player that return PlayerInjectHooksModifier and TypeMethodDescriptionPlayerInjectionHandler.getPlayerHook()Retrieves how the server packets are read.PlayerInjectionHandler.getPlayerHook(GamePhase phase)Retrieves how the server packets are read.Methods in com.comphenix.protocol.injector.player with parameters of type PlayerInjectHooksModifier and TypeMethodDescriptionvoidPlayerInjectionHandler.setPlayerHook(GamePhase phase, PlayerInjectHooks playerHook)Sets how the server packets are read.voidPlayerInjectionHandler.setPlayerHook(PlayerInjectHooks playerHook)Sets how the server packets are read.