Minestom/src/main/java/net/minestom/server/entity
2020-12-30 19:27:29 -06: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 Implement entity eye height based on boundingbox 2020-12-29 20:42:41 +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 Fix most checkstyle warnings 2020-12-30 19:27:29 -06: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 Add BlockIterator and LivingEntity#getTargetBlockPosition 2020-12-28 20:24:03 -05: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 Implement entity eye height based on boundingbox 2020-12-29 20:42:41 +01:00
PlayerSkin.java Implements PlayerHeadMeta, FireworkMeta and FireworkEffectMeta 2020-12-23 02:24:41 +01:00