Posted March 15, 201510 yr Hi, yesterday I asked about an event that fires whenever the MC game loop loops. This is working fine but it is not exactly what I need. Is there also an event that fires only when the World is rendered? That would be really great since I cant seem to find any. Thanks - Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 15, 201510 yr Author I could test for that on my own of course but I would like to use a potentially existing event PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 15, 201510 yr Author Lets think of it as rendering a screenshot with other opengl settings. At this time I only want to have an event that fires when the In-game World (+ Entities and dynamics) renders. But I might also want to render the In-game GUI later but it should not go beyond the pause screen. I don't want the event to fire when the player is looking at the multiplayer menu for example. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 15, 201510 yr Author I found the renderWorldEvent class but I still have no clue where the GUI is rendered. I should be able to go on from here on my own but if you have any tips ore experience to share feel free to do it. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 15, 201510 yr There is a difference between world rendering and screen rendering. World rendering occurs always when you are in world (not main menu / other non-ingame gui). If you are looking to render thing into the world like this: Then RenderWorldLastEvent is your friend (which I alredy pointed out in last thread). As for "want to render the In-game GUI", I also pointed out - RenderGameOverlayEvent. If not it, I have no idea what you are looking for, there are few other events look into: net.minecraftforge.client.event 1.7.10 is no longer supported by forge, you are on your own.
March 15, 201510 yr Author I am not trying to render Overlays of any sort. Basically I am trying to render the whole world again without being displayed on the screen. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 15, 201510 yr Basically I am trying to render the whole world again without being displayed on the screen. Why? Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
March 15, 201510 yr Author Have you ever seen the new youtube 360 VR feature? If not here is a video for you (works only in chrome or yt app): (Make sure to watch it on your phone for the best experience!) I want to make a mod that captures such videos from minecraft in a fixed resolution without interfering with the actual gameplay. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
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.