Fixed javadoc

This commit is contained in:
themode 2020-11-20 03:50:41 +01:00
parent 0739b57dd1
commit 2d7159f888

View File

@ -8,9 +8,7 @@ import org.jetbrains.annotations.NotNull;
import java.util.Collection; import java.util.Collection;
/** /**
* Interface used to add a listener for outgoing packets with {@link ConnectionManager#onPacketSend(ServerPacket)}. * Interface used to add a listener for outgoing packets with {@link ConnectionManager#onPacketSend(ServerPacketConsumer)}.
*
* @param <T> the packet type
*/ */
@FunctionalInterface @FunctionalInterface
public interface ServerPacketConsumer { public interface ServerPacketConsumer {