Package net.minecraft.network
Interface SkipPacketException
- All Known Implementing Classes:
SkipPacketDecoderException
,SkipPacketEncoderException
public interface SkipPacketException
Used to signify that a packet encoding error is not fatal. If a packet fails to encode, but
Packet.isSkippable()
returns true, then this exception is thrown instead and Connection
will log a message instead of closing the connection.