Minestom/src/main/java/net/minestom/server/entity
2020-12-29 00:04:15 +01:00
..
ai Added EntityAI to facilitate AI integration with other entity types (eg FakePlayer) 2020-12-12 05:50:05 +01:00
damage Use the Contract annotation to prevent useless NPE warnings 2020-10-26 13:57:02 +01:00
fakeplayer Don't add players to the waiting list in the constructor, but in the registration method 2020-12-28 12:41:15 +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 EntityEndCrystal 2020-12-22 05:36:15 +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 Added Entity#setPose 2020-12-29 00:04:15 +01:00
EntityCreature.java Added EntityAI to facilitate AI integration with other entity types (eg FakePlayer) 2020-12-12 05:50:05 +01:00
EntityManager.java Don't add players to the waiting list in the constructor, but in the registration method 2020-12-28 12:41:15 +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 Rename the walkingSpeed ability to fieldViewModifier, the movement speed attribute should be used instead for speed 2020-12-15 13:41:42 +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 Set player bounding box size to 0.6. 2020-12-28 14:16:43 -05:00
PlayerSkin.java Implements PlayerHeadMeta, FireworkMeta and FireworkEffectMeta 2020-12-23 02:24:41 +01:00