Is there a way to get the player's video settings?

Started by SnailsAttack on

Topic category: Help with modding (Java Edition)

Last seen on 08:12, 18. May 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to get the player's video settings?

As the title says, is there a way to obtain the values of the player's configuration settings, such as the render distance, framerate, default field of view, field of view effect strength multiplier, fancy/fast graphics quality, etc?

Last seen on 08:12, 18. May 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Minecraft.getInstance()…
Sun, 02/11/2024 - 23:40

(Minecraft.getInstance().getFps())

are you kidding me

Last seen on 08:12, 18. May 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Minecraft.getInstance()…
Mon, 02/12/2024 - 00:24

(Minecraft.getInstance().options.fov().get())

.fov().get()? seriously?