add internal getInputBuffer() (#2472)

This commit is contained in:
creeper123123321 2021-05-14 06:19:02 -03:00 committed by GitHub
parent 84c064fc11
commit f17fb833a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -426,6 +426,10 @@ public class PacketWrapperImpl implements PacketWrapper {
public void setId(int id) {
this.id = id;
}
public ByteBuf getInputBuffer() {
return inputBuffer;
}
@Override
public String toString() {