Minestom/src/main/java/net/minestom/server
Konstantin Shandurenko de15c4b6c5 Rewriting projectiles
2021-03-01 12:59:16 +03:00
..
advancements Microoptimization cleanup 2021-01-15 11:08:11 -05:00
attribute Fix attributes not being fully sent for the first player login 2021-01-06 21:09:27 +01:00
benchmark Style cleanup 2021-01-26 15:53:03 +01:00
bossbar Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
chat Added RawJsonMessage constructor taking a json object as a string to reduce boilerplate code 2021-02-25 19:01:29 +01:00
collision Remove unnecessary casts 2021-01-25 19:33:53 +01:00
command Small literal argument cleanup 2021-02-25 15:38:59 +01:00
data Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Rewriting projectiles 2021-03-01 12:59:16 +03:00
event Rewriting projectiles 2021-03-01 12:59:16 +03:00
exception Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
extensions Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
extras Added OptifineSupport.isEnabled() 2021-02-21 17:25:35 +01:00
gamedata Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
instance Improve block breaking code, to fix issue when breaking a block should immediately place a new one 2021-02-24 12:18:27 +01:00
inventory Fix inventory click on size non-divisible by 9 2021-01-20 08:18:00 +01:00
item Merge pull request #141 from MrBretze/master 2021-02-22 14:03:48 +01:00
listener Improve block breaking code, to fix issue when breaking a block should immediately place a new one 2021-02-24 12:18:27 +01:00
map Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
network Packet caching cleanup 2021-02-25 20:14:13 +01:00
particle Removed ParticleWrapper 2021-02-23 19:30:26 +03:00
permission Added comment about permission serialization 2020-12-11 21:46:55 +01:00
ping Style cleanup 2021-01-26 15:53:03 +01:00
potion Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Microoptimization cleanup 2021-01-15 11:08:11 -05:00
resourcepack Microoptimization cleanup 2021-01-15 11:08:11 -05:00
scoreboard Fixed Team#removeMember 2021-01-29 00:02:43 +01:00
sound Completely removed RegistryMain 2020-06-29 20:29:50 +02:00
stat Fixed shared instances tick being called 2 times 2020-10-31 02:55:55 +01:00
storage Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
thread Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
timer Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
utils Use soft references for cached packet instead of weak 2021-02-26 12:48:53 +01:00
world More fastutil usages 2021-01-15 16:04:57 -05:00
Bootstrap.java Style cleanup 2021-01-26 15:53:03 +01:00
MinecraftServer.java Renamed ParticleType back to Particle 2021-02-23 19:29:21 +03:00
UpdateManager.java Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
Viewable.java Small utility methods for EntityRotationPacket 2021-01-22 21:28:33 +01:00