mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Add packetSending stub to SessionAdapter.
This commit is contained in:
parent
e8a86dafcb
commit
c5880f0627
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ public class SessionAdapter implements SessionListener {
|
|||
public void packetReceived(PacketReceivedEvent event) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void packetSending(PacketSendingEvent event) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void packetSent(PacketSentEvent event) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue