Uses of Interface
com.comphenix.protocol.injector.netty.Injector
Packages that use Injector
-
Uses of Injector in com.comphenix.protocol.injector.netty
Classes in com.comphenix.protocol.injector.netty that implement InjectorModifier and TypeClassDescriptionclassRepresents a channel injector.classRepresents a closed injector.Methods in com.comphenix.protocol.injector.netty that return InjectorModifier and TypeMethodDescriptionInjectionFactory.cacheInjector(String name, Injector injector)Cache an injector by name alone.InjectionFactory.cacheInjector(org.bukkit.entity.Player player, Injector injector)Cache an injector by player.InjectionFactory.fromChannel(io.netty.channel.Channel channel, ChannelListener listener, TemporaryPlayerFactory playerFactory)Construct a new channel injector for the given channel.Retrieve a cached injector from a name.InjectionFactory.fromPlayer(org.bukkit.entity.Player player, ChannelListener listener)Construct or retrieve a channel injector from an existing Bukkit player.InjectionFactory.invalidate(org.bukkit.entity.Player player)Invalidate a cached injector.Methods in com.comphenix.protocol.injector.netty with parameters of type InjectorModifier and TypeMethodDescriptionInjectionFactory.cacheInjector(String name, Injector injector)Cache an injector by name alone.InjectionFactory.cacheInjector(org.bukkit.entity.Player player, Injector injector)Cache an injector by player.ChannelListener.onPacketReceiving(Injector injector, Object packet, NetworkMarker marker)Invoked when a packet is being received from a client.ProtocolInjector.onPacketReceiving(Injector injector, Object packet, NetworkMarker marker)ChannelListener.onPacketSending(Injector injector, Object packet, NetworkMarker marker)Invoked when a packet is being sent to the client.ProtocolInjector.onPacketSending(Injector injector, Object packet, NetworkMarker marker)