Class ClientPlayerDataComponentImpl
java.lang.Object
me.andreasmelone.glowingeyes.fabric.client.component.data.ClientPlayerDataComponentImpl
- All Implemented Interfaces:
IClientPlayerDataComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSends a packet to the server, so it knows the player has the mod installed This is needed, so the server can send the player the glowing eyes data
-
Constructor Details
-
ClientPlayerDataComponentImpl
public ClientPlayerDataComponentImpl()
-
-
Method Details
-
sendRequest
public void sendRequest()Description copied from interface:IClientPlayerDataComponentSends a packet to the server, so it knows the player has the mod installed This is needed, so the server can send the player the glowing eyes data- Specified by:
sendRequestin interfaceIClientPlayerDataComponent
-