JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
me.desht.pneumaticcraft.common.network
Annotation Interface LazySynced
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
LazySynced
Fields marked with this and also @DescSynced will be included in a desc packet. However, changes to this field won't cause a packet to be sent; it's up to the holding object to decide when the sync should be done.