Geyser/connector/src/main/java/org/geysermc/connector
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
..
bootstrap Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
command Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
common Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
configuration Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
dump Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
entity Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
inventory Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
metrics Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
network Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
ping Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
scoreboard Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
skin Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
utils Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
FloodgateKeyLoader.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
GeyserConnector.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
GeyserLogger.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00