Geyser/connector/src/main/java/org/geysermc/connector/entity/living/monster
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
..
raid Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
AbstractSkeletonEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
BasePiglinEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
BlazeEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
CreeperEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ElderGuardianEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
EnderDragonEntity.java Add Tickable interface (#1790) 2021-01-05 18:41:20 -05:00
EnderDragonPartEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
EndermanEntity.java Allow enderman to make provoked sound when angry (#1763) 2021-01-01 16:55:04 -05:00
GhastEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
GiantEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
GuardianEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
MonsterEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
PiglinEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ShulkerEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
SpiderEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
VexEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
WitherEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ZoglinEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ZombieEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ZombieVillagerEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
ZombifiedPiglinEntity.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00