All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.network.packet.client.ClientPacket Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
package net.minestom.server.network.packet.client;

/**
 * Represents a packet received from a client.
 * 

* Packets are value-based, and should therefore not be reliant on identity. */ public interface ClientPacket { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy