Minestom/src/main/java/net/minestom/server/entity
2021-01-28 15:42:11 +01:00
..
ai New Navigator class to properly separate pathfinder functionalities 2021-01-28 15:33:52 +01:00
damage Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
fakeplayer Make the FakePlayer constructor protected instead of private 2021-01-28 15:42:11 +01:00
hologram Makes the HologramEntity accessible and adds documentation. 2021-01-09 22:20:08 +01:00
pathfinding Small style cleanup 2021-01-28 15:41:11 +01:00
type Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
vehicle Rewrite of the CustomBlock break delay system + support for multi player digging 2020-08-20 02:42:27 +02:00
Entity.java Limit the number of velocity packet used for entities 2021-01-27 19:35:53 +01:00
EntityCreature.java Prevent entities from moving during death animation 2021-01-28 15:37:55 +01:00
ExperienceOrb.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
GameMode.java Small packet cleanup, removed LevelType, new RawJsonMessage 2020-10-25 22:19:27 +01:00
ItemEntity.java Remove #copy 2020-12-09 21:34:53 +01:00
LivingEntity.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
ObjectEntity.java Added gravity acceleration and terminal velocity (and an utils method to get the gravity tick count) 2020-12-06 01:36:37 +01:00
Player.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
PlayerSkin.java Override PlayerSkin#toString 2021-01-24 16:32:42 +01:00