Minestom/src/main/java/net/minestom/server
2021-01-13 09:16:22 +01:00
..
advancements Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
attribute Fix attributes not being fully sent for the first player login 2021-01-06 21:09:27 +01:00
benchmark Use of a ScheduledExecutorService for the server ticks (instead of Thread#sleep) 2020-11-28 21:50:34 +01:00
bossbar Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
chat Override JsonMessage#toString 2021-01-11 04:42:50 +01:00
collision Fix onGround field and gravityTickCount 2021-01-04 03:04:45 +01:00
command Fix boolean argument 2021-01-11 02:57:18 +01:00
data Cleanup 2020-12-12 06:13:50 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Fix client crash when receiving packets before playing state 2021-01-13 09:16:22 +01:00
event Fix EntityDamageEvent not being cancellable 2021-01-10 14:18:16 +10:00
extensions Improve bootstrap warning 2021-01-12 04:22:24 +01:00
extras Removed more string concatenation 2020-12-14 05:55:48 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Fix getChunkAt 2021-01-13 00:56:53 +01:00
inventory Comment about getItemStacks() array modification 2021-01-13 08:39:33 +01:00
item Item lore cannot be null (but empty) 2021-01-13 03:42:31 +01:00
listener Prevent double intersect check 2021-01-13 06:34:09 +01:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network Fix client crash when receiving packets before playing state 2021-01-13 09:16:22 +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 Documentation for the ResponseData and ResponseDataConsumer 2020-12-11 22:44:15 +01:00
potion Remove unused imports 2021-01-02 17:08:59 -06:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Rework of ArgumentCallback to be more robust, allowing to simplify all argument types in order to be used out of the command framework for general parsing. 2021-01-08 03:07:37 +01:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05: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 Better exception message 2020-12-26 16:46:54 +01:00
thread Set the default thread provider thread count to PROCESSORS*2 2020-11-17 02:56:55 +01:00
timer 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
utils Added convenient EntityFinder#findFirstPlayer 2021-01-10 02:39:05 +01:00
world Fix dimension not being sent for the first instance & force dimensions to be registered in the manager 2021-01-07 03:46:58 +01:00
Bootstrap.java Start of tree-based classloading 2020-10-28 16:24:29 +01:00
MinecraftServer.java Comments for the optional argument support 2021-01-02 16:09:20 +01:00
UpdateManager.java Print exceptions properly during server tick 2020-12-28 12:27:25 +01:00
Viewable.java Removed Viewable#sendPacketToSelf 2020-12-14 06:10:11 +01:00