How fast is player tick update?

Started by CharlyMan on

Topic category: Help with modding (Java Edition)

Last seen on 04:08, 14. Dec 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How fast is player tick update?

I'm making a mod that needs to use the player tick update but I don't know how fast that is. The speed is crucial to the mod so if anybody knows the player tick update speed please tell me.

Last seen on 12:25, 31. Jan 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I heard from somewhere that…
Tue, 07/12/2022 - 05:21

I heard from somewhere that a player tick update was every 4 ticks I think? (which is equal to 0.2 seconds), BUT I may be wrong.

 

It might instead be every 1 tick, which is equal to 0.05 seconds.

 

Last seen on 15:21, 16. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
From what i know it should…
Tue, 07/12/2022 - 16:52

From what i know it should be every tick so 20 ticks per second.

However i know that this event is triggered once on server side and once on client side so some sometimes you can see that procedure was run twice per tick.