Minestom/src/main/java/net/minestom/server/entity
2021-01-04 23:15:41 +01:00
..
ai Added EntityAI to facilitate AI integration with other entity types (eg FakePlayer) 2020-12-12 05:50:05 +01:00
damage Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05: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 Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
pathfinding Update Hydrazine library 2021-01-04 21:37:34 +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 onGround field and gravityTickCount 2021-01-04 03:04:45 +01:00
EntityCreature.java Allow null target in EntityCreature#setTarget 2021-01-03 22:42:15 +01:00
EntityManager.java Entity cleanup 2021-01-03 00:23:41 +01:00
ExperienceOrb.java Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05: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 Fix Player#kick ignoring the kicking text 2021-01-04 23:15:41 +01:00
PlayerSkin.java Implements PlayerHeadMeta, FireworkMeta and FireworkEffectMeta 2020-12-23 02:24:41 +01:00