Jump to content

Recommended Posts

Posted (edited)

I am building a mod where I just want a some blocks to highlight in any way (face or edge or anything).

Most examples online say to use `net.minecraftforge.client.event.RenderLevelLastEvent`.
Though that shows to be deprecated in favor of `net.minecraftforge.client.event.RenderLevelStageEvent`.

I'm getting the typical "Cannot resolve symbol" for both `RenderLevelStageEvent` AND `RenderLevelLastEvent`

Do I need another package or something?  I just have the latest base MDK (1.21.4-54.1.0) and nothing else special going on.

Edited by Suamere
MDK version
Posted
12 hours ago, Ugdhar said:

You should be able to browse the available classes within net.minecraftforge.client.event through your IDE.

You can also look on github at https://github.com/MinecraftForge/MinecraftForge/tree/1.21.x/src/main/java/net/minecraftforge/client/event

Thank you, Ugdhar.  But that only confirms the problem.  Both in the github and in my IDE, if I search for objects extended from net.minecraftforge.client.event, it isn't there.  Though the javadocs (at least at nekoyue) say it should be.

Maybe since it definitely isn't there, is there some other way anybody knows to highlight some blocks (without mixins and drawing artificial faces on the camera).

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.