Code/net/minecraft/network/SkipPacketDecoderException....

14 lines
455 B
Java
Raw Permalink Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.network;
import io.netty.handler.codec.DecoderException;
import net.minecraft.network.codec.IdDispatchCodec;
public class SkipPacketDecoderException extends DecoderException implements SkipPacketException, IdDispatchCodec.DontDecorateException {
public SkipPacketDecoderException(String p_393826_) {
super(p_393826_);
}
public SkipPacketDecoderException(Throwable p_392147_) {
super(p_392147_);
}
}