Minestom/src/main/java/net/minestom/server
2021-02-11 04:18:19 +01: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 Remove magic values from ColoredText 2021-02-02 07:04:16 +01:00
collision Remove unnecessary casts 2021-01-25 19:33:53 +01:00
command Separate the dispatcher from the parsing algorithm 2021-02-11 04:18:19 +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 Added comment about broken bedrock client skin using Geyser 2021-02-06 03:51:17 +01:00
event Fixed Team#removeMember 2021-01-29 00:02:43 +01: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 ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
gamedata Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
instance Add comment on Instance#setTime 2021-02-03 16:31:15 +10:00
inventory Fix inventory click on size non-divisible by 9 2021-01-20 08:18:00 +01:00
item Override ItemStack#equals 2021-02-07 19:38:14 +01:00
listener Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
map Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
network Cleanup (moved some packet methods to DeclareCommandsPacket) and added CommandResult#getInput 2021-02-11 03:00:13 +01:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02: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 Don't send packet to disconnected clients 2021-02-07 22:02:03 +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 Enable netty error processing by default 2021-02-01 18:22:36 +01: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