Annotation Interface DescSynced


@Retention(RUNTIME) @Target(FIELD) public @interface DescSynced
Fields marked with this annotation in a TileEntity class will be automatically synced to any players within 64 blocks of this TileEntity.

Supported field types are int, float, double, boolean, String, int[], float[], double[], boolean[] and String[], as well as ItemStack, FluidTank and ItemStackHandler and their corresponding arrays.