Interface IClientGlowingEyesComponent
- All Known Implementing Classes:
ClientGlowingEyesComponentImpl
public interface IClientGlowingEyesComponent
-
Method Summary
Modifier and TypeMethodDescriptionvoidClient-side-only method to send an update to the server Throws an exception when ran on the wrong side, so make sure to check the side before calling this method
-
Method Details
-
sendUpdate
void sendUpdate()Client-side-only method to send an update to the server Throws an exception when ran on the wrong side, so make sure to check the side before calling this method
-