-
Notifications
You must be signed in to change notification settings - Fork 0
Ticking #4
Copy link
Copy link
Open
Labels
plannedSomething that is Planned on being Added / RemovedSomething that is Planned on being Added / Removed
Metadata
Metadata
Assignees
Labels
plannedSomething that is Planned on being Added / RemovedSomething that is Planned on being Added / Removed
Ticking is a vital part of a minecraft server, it controls player syncing, entity movement, AI, and more. This is planning to be added after the Chunk system.
This will also introduce
Tickableinterface with entities such asEntityorNonTickingEntity.Ticks will be handled on a separate thread most likely. This will improve performance for the main-thread.