You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
PacketEvents currently has no way to write buffer content besides the PacketWrapper class, which limits the usage to specifically packets only.
Describe the solution you'd like
We could make a standalone class that is responsible for reading and writing from a ByteBuf, rather than bundling every single method inside the PacketWrapper class.
Is your feature request related to a problem? Please describe.
PacketEvents currently has no way to write buffer content besides the PacketWrapper class, which limits the usage to specifically packets only.
Describe the solution you'd like
We could make a standalone class that is responsible for reading and writing from a ByteBuf, rather than bundling every single method inside the PacketWrapper class.
Basic approach brainstorm: https://hastebin.com/share/emaqogenel.java
The text was updated successfully, but these errors were encountered: