Uses of Enum Class
com.comphenix.protocol.events.ConnectionSide
Packages that use ConnectionSide
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of ConnectionSide in com.comphenix.protocol
Methods in com.comphenix.protocol that return ConnectionSideModifier and TypeMethodDescriptionPacketType.Sender.toSide()Retrieve the equivialent connection side. -
Uses of ConnectionSide in com.comphenix.protocol.events
Fields in com.comphenix.protocol.events declared as ConnectionSideMethods in com.comphenix.protocol.events that return ConnectionSideModifier and TypeMethodDescriptionstatic ConnectionSideConnectionSide.add(ConnectionSide a, ConnectionSide b)If both connection sides are present, returnBOTH- otherwise, return the one valud connection side.NetworkMarker.getSide()Retrieve whether or not this marker belongs to a client or a server side packet.static ConnectionSideReturns the enum constant of this class with the specified name.static ConnectionSide[]ConnectionSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.events with parameters of type ConnectionSideModifier and TypeMethodDescriptionstatic ConnectionSideConnectionSide.add(ConnectionSide a, ConnectionSide b)If both connection sides are present, returnBOTH- otherwise, return the one valud connection side.PacketAdapter.AdapterParameteters.connectionSide(ConnectionSide connectionSide)Set the packet types this listener is looking for.Constructors in com.comphenix.protocol.events with parameters of type ConnectionSideModifierConstructorDescriptionEmptyBufferMarker(ConnectionSide side)MonitorAdapter(org.bukkit.plugin.Plugin plugin, ConnectionSide side)MonitorAdapter(org.bukkit.plugin.Plugin plugin, ConnectionSide side, Logger logger)NetworkMarker(ConnectionSide side, byte[] inputBuffer, PacketType type)Construct a new network marker.NetworkMarker(ConnectionSide side, ByteBuffer inputBuffer, PacketType type)Construct a new network marker. -
Uses of ConnectionSide in com.comphenix.protocol.injector.netty
Constructors in com.comphenix.protocol.injector.netty with parameters of type ConnectionSideModifierConstructorDescriptionNettyNetworkMarker(ConnectionSide side, byte[] inputBuffer)NettyNetworkMarker(ConnectionSide side, ByteBuffer inputBuffer)