Geyser/connector/src/main
Camotoy 0641800be7
Add Tickable interface (#1790)
* Add Tickable interface

By having a tickable interface, we're only dedicating one thread to ticking entities and running tasks as opposed to several. This will also help with implementing world border support.

* removeEntity already clears tickableEntities for us

* Only tick the entity if it's not being ticked
2021-01-05 18:41:20 -05:00
..
java/org/geysermc/connector Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
resources Fix pick block (#1753) 2020-12-29 18:09:42 -05:00