Package net.md_5.bungee.api.connection
Interface Connection.Unsafe
- 
- Enclosing interface:
- Connection
 
 public static interface Connection.Unsafe
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendPacket(DefinedPacket packet)Send a packet to this connection.
 
- 
- 
- 
Method Detail- 
sendPacketvoid sendPacket(DefinedPacket packet) Send a packet to this connection.- Parameters:
- packet- the packet to send
 
 
- 
 
-