Package io.github.joealisson.mmocore
Annotation Type StaticPacket
-
@Retention(RUNTIME) @Target(TYPE) public @interface StaticPacketThis Annotation indicates that a packet can hold static data. Therefore the data will be write once.
@Retention(RUNTIME)
@Target(TYPE)
public @interface StaticPacket