Geyser/connector/src/main/java/org/geysermc/connector/network/translators
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
..
bedrock Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
chat Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
collision Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
effect Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
inventory Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
item Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
java Dimension switching cleanup (#1694) 2021-01-03 19:06:20 -05:00
sound Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
world Fix items on campfires (#1779) 2021-01-01 18:33:21 -05:00
BiomeTranslator.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
EntityIdentifierRegistry.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ItemRemapper.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
PacketTranslator.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
PacketTranslatorRegistry.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
Translator.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00