mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-07 11:20:09 +01:00
Fixed javadoc
This commit is contained in:
parent
0739b57dd1
commit
2d7159f888
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user