Minestom/src/main/java/net/minestom/server/entity
2020-12-11 04:34:08 +01:00
..
ai Remove #copy 2020-12-09 21:34:53 +01:00
damage Use the Contract annotation to prevent useless NPE warnings 2020-10-26 13:57:02 +01:00
fakeplayer Clarification for FakePlayer#initPlayer about player registration 2020-11-14 02:30:42 +01:00
hologram Remove #copy 2020-12-09 21:34:53 +01:00
pathfinding Remove #copy 2020-12-09 21:34:53 +01:00
type Added gravity acceleration and terminal velocity (and an utils method to get the gravity tick count) 2020-12-06 01:36:37 +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 Remove unnecessary shouldUpdate method in Entity 2020-12-10 18:12:05 +01:00
EntityCreature.java Allow custom EntityCreature death animation time 2020-12-06 00:06:52 +01:00
EntityManager.java Use Guava to initialize concurrent linked queues 2020-12-08 09:36:19 +01:00
ExperienceOrb.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
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 Fixed ItemDropEvent and PickupItemEvent constructor + changed PlayerInit event registration to use the global event handler 2020-12-11 04:34:08 +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 Fixed ItemDropEvent and PickupItemEvent constructor + changed PlayerInit event registration to use the global event handler 2020-12-11 04:34:08 +01:00
PlayerSkin.java Close the command scanner once stopped 2020-11-07 22:58:19 +01:00