Making moving GUI elements

Started by bananaguy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making moving GUI elements

Is it possible to have GUI elements move dynamically? For example, a button in a menu that slowly moves off-screen when that menu is open, without having hundreds of duplicate buttons that toggle visibility with each having a slightly shifted position

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would need to create a…
Mon, 01/26/2026 - 22:20

You would need to create a custom GUI component as Minecraft currently has nothing similar to this.