Minestom/src/main/java/net/minestom/server/entity
2021-03-30 19:46:20 +02:00
..
ai Merge pull request #155 from RinesThaix/entities 2021-03-02 13:38:50 +01:00
damage Rename Sound enum to SoundEvent 2021-03-26 17:34:38 +00:00
fakeplayer Most client packets are writtable, same for server packets and readability 2021-03-30 19:46:20 +02:00
hologram Deprecate legacy chat functions 2021-03-26 17:34:38 +00:00
metadata Begin removing deprecated usages 2021-03-26 17:34:38 +00:00
pathfinding Deprecate Attributes, constants in Attribute should be used instead 2021-03-09 20:51:11 +01:00
type Fix properties & equipments changes not being properly sent to viewers & self 2021-03-12 01:38:52 +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 Prevent Check#notNull from concatenating strings unnecessarily 2021-03-26 22:23:41 +01:00
EntityCreature.java Use a thread safe Set for EntityCreature ai groups 2021-03-25 21:36:18 +01:00
EntitySpawnType.java default scope to EAST case in EntitySpawnType.PAINTING 2021-02-25 13:37:40 +03:00
ExperienceOrb.java Switched all direct spawn packets interactions to EntityType#getSpawnType#getSpawnPacket 2021-02-25 09:15:51 +03:00
GameMode.java Small packet cleanup, removed LevelType, new RawJsonMessage 2020-10-25 22:19:27 +01:00
ItemEntity.java Added new metadata API 2021-01-30 04:44:44 +01:00
LivingEntity.java Rename Sound enum to SoundEvent 2021-03-26 17:34:38 +00:00
Metadata.java Most client packets are writtable, same for server packets and readability 2021-03-30 19:46:20 +02:00
ObjectEntity.java Switched all direct spawn packets interactions to EntityType#getSpawnType#getSpawnPacket 2021-02-25 09:15:51 +03:00
Player.java Handshake and login packets, even more readable server packets 2021-03-30 19:42:40 +02:00
PlayerSkin.java Override PlayerSkin#toString 2021-01-24 16:32:42 +01:00