Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I'm just looking to try modding, and I've been trying to find a list of available hooks/ prebuilt functions, but I'm having a hard time.

The one resource that I've found so far is this: https://mcforge.readthedocs.org/en/latest/

 

It still doesn't seem to have the list of hooks and functions that I'm trying to find, but it seems to be a start.

Is there a better resource available?

There isn't much official documentation. Mostly though you need to look at the code itself which is for the most part well-commented. You can also read the discussions in the Forge project itself to understand the details of some aspects of the interface. But it would still be difficult to get started just with that, so some of us have written tutorials: mine are at jabelarminecraft.blogspot.com and there are many other good ones, including videos on YouTube if you prefer learning that way.

 

 

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

  • Author

That guide seems really thorough. Thanks. I'll be sure to check these guides and to read through the code then.

I usually fail to follow through on these things, but I might try to create a dedicated list of functions and hooks as I go along. Guides are great, but sometimes a quick reference is best.

 

Are all of the sections compatible with 1.8? Perhaps indicating a compatible version range would help.

Are all of the sections compatible with 1.8? Perhaps indicating a compatible version range would help.

 

Most sections are still relevant. Most of what changed is on the rendering side (how blockstates/metadata work, icons, etc).

 

If you're looking for an event list, try this page: http://www.minecraftforge.net/wiki/Event_Reference

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

If you want to find that type of list yourself, the easiest way is to just look at the Forge code. Events are found in several different packages:

 

1. net.minecraftforge.event - the most-often used events are here, e.g. most of the player events

 

2. net.minecraftforge.fml.common.gameevent - previously in the cpw package, this is most known for TickEvents and has a few PlayerEvents as well

 

3. net.minecraftforge.common - look at the various 'Hook' classes to see how/where the events are actually used, or open the Call Hierarchy on an event's constructor; this is the surest way to determine which event bus to use, though in 1.8.9 I believe the event buses have all been combined into one.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.