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;
/**
* Interface used to add a listener for outgoing packets with {@link ConnectionManager#onPacketSend(ServerPacket)}.
*
* @param <T> the packet type
* Interface used to add a listener for outgoing packets with {@link ConnectionManager#onPacketSend(ServerPacketConsumer)}.
*/
@FunctionalInterface
public interface ServerPacketConsumer {