Adds object to updatables list, that ticks on client thread and never saves.
object to be added to updatables list
Adds object to updatables list, that ticks on client thread and never saves.
object to be added to updatables list
Adds object to updatables list.
object to be added to updatables list
ArrayList instance containing all defined Updatable objects.
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
Module used to create and manage Updatables. Updatables provide the proper way to manage objects that update their state every tick. Updatables may not be notified every tick, if there are too many, to avoid user interface freezes.