Jump to content

[1.16]Use capability in client only mod


Zemelua

Recommended Posts

I'm trying to create a mod (client only) that shows the health of entities in sight. Like the player's overlay health, I want to animate things like highlights, so I need to keep fields lastSystemTime and etc. To implement this, I have two ways:


1. Create a HealthRenderer class that holds fields lastSystemTime and etc, create a map with the corresponding entity, and retrieve the HealthRenderer class and draw when the entity is in view.

2. Attach Health Renderer class to each entity by capability

If the capacity isn't available in the client-only mod, I'll use 1, but I'll have to keep fields about all the entities that have been in sight, and check the map every time it's rendered. Can capability be available in client-only mods? Or is there a better alternative to 1 and 2?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.