Minestom/src/main/java/net/minestom/server
2021-01-03 23:01:41 +01:00
..
advancements Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
attribute Reformat code 2020-11-17 15:58:36 +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 Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
collision Small optimization for entity velocity 2020-12-26 18:52:44 +01:00
command Allow retrieving argument value using the argument object instead of the String id 2021-01-02 17:24:26 +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 Allow null target in EntityCreature#setTarget 2021-01-03 22:42:15 +01:00
event Entity cleanup 2021-01-03 00:23:41 +01:00
extensions Cleanup extension code and added an option to disable extension loading on startup 2020-12-26 11:55:22 +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 AIOB exception when placing a block in y=256 2021-01-02 16:18:26 +01:00
inventory Optimize equipment packet creation 2021-01-03 22:05:18 +01:00
item Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
listener Fix InventoryClickResult not using the proper items 2021-01-01 13:43:43 +01:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network Prevent NPE when creating a Team without any entity 2021-01-03 23:01:41 +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 Removed more string concatenation 2020-12-14 05:55:48 +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 option to disable the grouped packet feature 2021-01-02 15:44:50 +01:00
world Removed lombok dependency 2020-11-16 03:10:51 +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