mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-25 00:41:23 +01:00
add internal getInputBuffer() (#2472)
This commit is contained in:
parent
84c064fc11
commit
f17fb833a0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user