Class CheckingNetByteBuf

java.lang.Object
io.netty.buffer.ByteBuf
net.minecraft.network.PacketByteBuf
alexiil.mc.lib.net.NetByteBuf
alexiil.mc.lib.net.CheckingNetByteBuf
All Implemented Interfaces:
io.netty.util.ReferenceCounted, java.lang.Comparable<io.netty.buffer.ByteBuf>

public class CheckingNetByteBuf
extends NetByteBuf
Debug variant of NetByteBuf that writes the method calls to ensure that it's a perfect mirror. This uses a separate data buffer for reading & writing types, which can be null if no type data is present.