Class ClientGlowingEyesComponentImpl
java.lang.Object
me.andreasmelone.glowingeyes.neoforge.client.component.eyes.ClientGlowingEyesComponentImpl
- All Implemented Interfaces:
IClientGlowingEyesComponent
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
ClientGlowingEyesComponentImpl
public ClientGlowingEyesComponentImpl()
-
-
Method Details
-
sendUpdate
public void sendUpdate()Description copied from interface:IClientGlowingEyesComponentClient-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- Specified by:
sendUpdatein interfaceIClientGlowingEyesComponent
-