Performance Enhancement

Started by Drako204 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Performance Enhancement

Does anybody know exactly how procedures impact performance on the game? I have a few procedures in my mod that run based on player and world tick updates. Would merging each player tick procedure into one large procedure increase performance? Here's an example:

Procedure

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've also worked heavily on…
Mon, 01/13/2025 - 14:50

I've also worked heavily on procedure optimization by reducing redundancy.