Package etithespirit.orimod.annotation
package etithespirit.orimod.annotation
-
Annotation InterfacesClassDescriptionThe
@ClientUseOnly
annotation signifies that the associated item relies on classes that only exist on the client, and thus using it on the server will cause a crash or exception.TheNetworkReplicated
annotation signifies that the attached element is automatically replicated over the network by some system.
This does NOT imply it is synchronized immediately! This is not functional and exists for programmers only.The@NotNetworkReplicated
annotation signifies that the attached element is not replicated over the network by some system.The@ServerUseOnly
annotation signifies that the associated item relies on classes that only exist on the server, and thus using it on the client will cause a crash or exception.