Minestom/src/main/java/net/minestom/server/entity
2020-08-17 21:07:37 +02:00
..
ai Optimize EntityEquipmentPacket 2020-08-10 13:55:06 +02:00
damage Cleanup + comments 2020-08-03 06:36:42 +02:00
fakeplayer Replaced TaskBuilder#buildTask to TaskBuilder#schedule 2020-07-31 20:44:58 +02:00
hologram Start Entity abstraction, add some missing entities. 2020-08-09 10:12:44 +02:00
pathfinding Cache pathfinder block data 2020-08-17 21:07:37 +02:00
task Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
type Large framebuffers for more than 128x128 rendering 2020-08-11 00:35:25 +02:00
vehicle Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
Entity.java Optimize chunk index to coordinate conversion + made the chunk map in InstanceContainer using long primitive but non-concurrent, requiring synchronization 2020-08-17 16:50:23 +02:00
EntityCreature.java Remove pathfinder specific thread pool + cleanup 2020-08-12 07:46:07 +02:00
EntityManager.java More comments + cleanup 2020-07-22 17:39:48 +02:00
ExperienceOrb.java Update EntityType To use Namespaced IDs 2020-08-03 18:48:46 -04:00
GameMode.java Implemented damage types and void below world 2020-04-27 20:33:08 +02:00
ItemEntity.java Removed useless synchronization 2020-08-14 15:24:57 +02:00
LivingEntity.java Removed useless synchronization 2020-08-14 15:24:57 +02:00
ObjectEntity.java Update EntityType To use Namespaced IDs 2020-08-03 18:48:46 -04:00
Player.java Optimize chunk index to coordinate conversion + made the chunk map in InstanceContainer using long primitive but non-concurrent, requiring synchronization 2020-08-17 16:50:23 +02:00
PlayerSkin.java Cleanup 2020-08-03 00:37:03 +02:00