| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hey, sorry for the late response. I did take a look at this PR and I found it quite useful. But I would like you to check a few things before this can get merged. At first I want you to ensure that there are no API breaking changes here and everything is still binary compatible with already compiled code from an earlier api version. |
Sorry, something went wrong.
|
yo @Exceptionflug, are there any news about this PR? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Packet listening
Unified packet event class
Now PacketReceiveEvent and PacketSendEvent extends a common AbstractPacketEvent class with the new method AbstractPacketListener#packetEvent(), this is useful if you want to detect a packet that can be generated by the server and proxy.
Functional listeners
Instead of making this:
Now you can make this:
Protocolize player
Packet sending
Now ProtocolizePlayer instance can be used to send packets with different protocols, since CONFIGURATION protocol was added this is quite useful.
Protocol information
Get current player protocol from MinecraftDecoder and MinecraftEncoder.