Minestom/src/main/java/net/minestom/server
2020-12-11 19:37:44 +01:00
..
advancements Javadoc clarification 2020-11-16 00:04:27 +01: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 Javadoc clarification 2020-11-16 00:04:27 +01:00
chat Removed TODO 2020-11-13 00:31:04 +01:00
collision Remove #copy 2020-12-09 21:34:53 +01:00
command Style fixes + Imports 2020-12-10 01:10:46 +10:00
data Remove #copy 2020-12-09 21:34:53 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Fixed ItemDropEvent and PickupItemEvent constructor + changed PlayerInit event registration to use the global event handler 2020-12-11 04:34:08 +01:00
event Optimise GlobalEventHandler 2020-12-11 19:37:44 +01:00
extensions Fixed concurrent exception when shutting down the extension manager 2020-12-03 17:54:23 +01:00
extras Remove unnecessary synchronized blocks 2020-12-08 03:37:00 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Added #flush in comment 2020-12-10 00:08:35 +01:00
inventory Remove #copy 2020-12-09 21:34:53 +01:00
item Remove #copy 2020-12-09 21:34:53 +01:00
listener Remove #copy 2020-12-09 21:34:53 +01:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network WIP removal of #copy for #clone 2020-12-09 20:51:40 +01:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02:00
permission Created PermissionHandler 2020-11-14 07:06:46 +01:00
ping Explanation for ResponseDataConsumer ang general comment cleanup 2020-10-17 13:24:18 +02:00
potion Added support for CustomPotionEffect in PotionMeta 2020-10-16 16:32:57 +02:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Fix data file not being generated in TestLootTables 2020-11-16 00:46:46 +01:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Added NotNull annotation for Sidebar 2020-12-08 09:39:51 +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 WIP removal of #copy for #clone 2020-12-09 20:51:40 +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 Remove #copy 2020-12-09 21:34:53 +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 fixed GlobalEventHandler getter name 2020-12-09 22:36:15 +01:00
UpdateManager.java Use Guava to initialize concurrent linked queues 2020-12-08 09:36:19 +01:00
Viewable.java sendPacketToSelf 2020-11-30 10:25:12 +10:00