Annotation Interface GuiSynced


@Retention(RUNTIME) @Target(FIELD) public @interface GuiSynced
Fields marked with this annotation in a TileEntity class will be automatically synced to players with the container open (provided that the container extends ContainerPneumaticBase). Note that @LazySynced does not apply to these fields.

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.