Minestom/src/main/java/net/minestom/server/entity
2020-12-04 19:19:30 +01:00
..
ai Added getter and setter for the entity in GoalSelector 2020-12-01 18:21:19 +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 Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
pathfinding Added the NavigableEntity interface to use the pathfinder (instead of hardcoding it in EntityCreature) 2020-11-29 23:14:21 +01:00
type Fixed EntityCreeper metadata 2020-12-02 20:35:09 +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 Velocity cleanup 2020-12-04 19:19:30 +01:00
EntityCreature.java Small cleanup 2020-12-04 18:25:24 +01:00
EntityManager.java Player#setInstance can now take an optional Position parameter 2020-11-25 12:12:58 +01:00
ExperienceOrb.java Added a few constructors to specify the instance directly 2020-10-31 01:38:57 +01:00
GameMode.java Small packet cleanup, removed LevelType, new RawJsonMessage 2020-10-25 22:19:27 +01:00
ItemEntity.java Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
LivingEntity.java Cleanup for the sound code, and comment for PlayerLoginEvent about not working player methods 2020-12-02 14:36:54 +01:00
ObjectEntity.java Annotations for data & command 2020-10-24 16:58:27 +02:00
Player.java Prevent players being disconnected two times during a clean stop, also made shutdown tasks being executed in a single thread 2020-12-02 21:28:36 +01:00
PlayerSkin.java Close the command scanner once stopped 2020-11-07 22:58:19 +01:00