Uses of Enum Class
com.comphenix.protocol.injector.player.PlayerInjectionHandler.ConflictStrategy
Packages that use PlayerInjectionHandler.ConflictStrategy
-
Uses of PlayerInjectionHandler.ConflictStrategy in com.comphenix.protocol.injector.player
Methods in com.comphenix.protocol.injector.player that return PlayerInjectionHandler.ConflictStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PlayerInjectionHandler.ConflictStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.injector.player with parameters of type PlayerInjectionHandler.ConflictStrategyModifier and TypeMethodDescriptionvoidPlayerInjectionHandler.injectPlayer(org.bukkit.entity.Player player, PlayerInjectionHandler.ConflictStrategy strategy)Initialize a player hook, allowing us to read server packets.