PaperMC/paper-server/patches/sources/net/minecraft/server/network
Jason Penilla ed76af5637 AsyncTabCompleteEvent
Let plugins be able to control tab completion of commands and chat async.

This will be useful for frameworks like ACF so we can define async safe completion handlers,
and avoid going to main for tab completions.

Especially useful if you need to query a database in order to obtain the results for tab
completion, such as offline players.

Also adds isCommand and getLocation to the sync TabCompleteEvent

Co-authored-by: Aikar <aikar@aikar.co>
2017-11-26 13:19:58 -05:00
..
LegacyQueryHandler.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerCommonPacketListenerImpl.java.patch revert serverside behavior of keepalives 2017-10-15 00:29:07 +01:00
ServerConfigurationPacketListenerImpl.java.patch Adventure 2021-01-29 17:54:03 +01:00
ServerConnectionListener.java.patch Avoid blocking on Network Manager creation 2016-05-16 23:19:16 -04:00
ServerGamePacketListenerImpl.java.patch AsyncTabCompleteEvent 2017-11-26 13:19:58 -05:00
ServerHandshakePacketListenerImpl.java.patch Expose client protocol version and virtual host 2017-10-10 18:45:20 +02:00
ServerLoginPacketListenerImpl.java.patch Prevent logins from being processed when the player has disconnected 2017-11-12 19:40:01 +01:00
ServerStatusPacketListenerImpl.java.patch Adventure 2021-01-29 17:54:03 +01:00