Minestom/src/main/java/net/minestom/server/listener
Samuel 0c9527118a
Add unstable API for custom Login Plugin Messages (#2074)
* Add LoginPluginMessageBox to allow sending custom login plugin messages

* throw in ConnectionManager because AsyncUtils has a try catch

* Stack requests in AsyncPlayerPreLoginEvent so the user-facing API is scoped to the login stage

* Fix addPluginRequest javadoc

* feat: encapsulate velocityproxy logic, other minor tweaks

* fix: revert velocityproxy changes

---------

Co-authored-by: mworzala <mattheworzala@gmail.com>
2024-04-01 16:36:13 -04:00
..
common feat: conform to Adventure resource pack API, remove Minestom resource pack types 2024-02-09 14:27:43 -05:00
manager feat: handle ping request packet to make f3+3 ping graph functional 2024-02-09 14:27:43 -05:00
preplay Add unstable API for custom Login Plugin Messages (#2074) 2024-04-01 16:36:13 -04:00
AbilitiesListener.java immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
AdvancementTabListener.java immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
AnimationListener.java immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
BlockPlacementListener.java fix: test failures 2024-02-09 14:27:43 -05:00
BookListener.java Add EditBookEvent (#1120) 2022-05-24 14:08:00 +10:00
ChatMessageListener.java chore: revert (mostly) ConnectionManager#getOnlinePlayers change 2024-02-09 14:27:43 -05:00
ChunkBatchListener.java feat: implement 1.20.2 client-rate-limited chunk batching 2024-02-09 14:27:43 -05:00
CreativeInventoryActionListener.java Add bounds check to CreativeInventoryListener (#2042) 2024-03-25 05:47:12 +00:00
EntityActionListener.java hollow-cube/command-parser-fixes (#54) 2024-02-09 14:27:43 -05:00
PlayConfigListener.java fix: begin join game sequence only after client acks configuration finish 2024-02-09 14:27:43 -05:00
PlayPingListener.java feat: handle ping request packet to make f3+3 ping graph functional 2024-02-09 14:27:43 -05:00
PlayStatusListener.java stable configuration state join 2024-02-09 14:27:43 -05:00
PlayerDiggingListener.java fix: Player#switchEntityType throws an exception 2024-02-09 14:27:43 -05:00
PlayerHeldListener.java immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
PlayerPositionListener.java 1.19.4 (#11) 2024-02-09 14:27:43 -05:00
PlayerVehicleListener.java Fix boat steer NPE (#1854) 2023-05-21 14:10:12 -04:00
RecipeListener.java Replace PlayerConnection#sendPacket when possible 2022-05-10 10:07:55 +02:00
SpectateListener.java Fix incorrect functionality of ClientSpectatePacket (#1402) 2022-09-14 13:44:43 +02:00
TabCompleteListener.java hollow-cube/sender-in-command-arg-parsing 2024-02-09 14:27:43 -05:00
UseEntityListener.java Block event changes (#1675) 2023-01-16 18:57:18 -05:00
UseItemListener.java hollow-cube/fix-riptide-animation (#44) 2024-02-09 14:27:43 -05:00
WindowListener.java fix: fix to closing inventories serverside while sending updates 2024-02-09 14:27:43 -05:00