Minestom/src/main/java/net/minestom/server
2021-04-04 15:44:09 +02:00
..
advancements Better use of ItemStack#of 2021-04-02 23:41:06 +02:00
adventure Rename player -> boss bar method 2021-03-28 16:22:48 +01:00
attribute Fix properties & equipments changes not being properly sent to viewers & self 2021-03-12 01:38:52 +01:00
benchmark Fix BenchmarkManager#getCpuMonitoringMessage color 2021-03-26 20:35:30 +01:00
bossbar begin bringing packets back to use components 2021-03-26 17:34:38 +00:00
chat WIP Item rework implementation 2021-04-02 18:13:02 +02:00
collision Remove unnecessary casts 2021-01-25 19:33:53 +01:00
color Remove TeamColor 2021-03-26 17:34:38 +00:00
command Use original NBT when possible 2021-04-02 22:14:48 +02:00
data Fix Inventory not using a Component as title 2021-04-04 15:33:53 +02:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity InventoryModifier to AbstractInventory and additional methods for inventories 2021-04-04 03:56:44 +03:00
event Begin removing deprecated usages 2021-03-26 17:34:38 +00:00
exception Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
extensions Add comment describing null check 2021-03-26 19:52:31 -04:00
extras jglr's notes 2021-03-24 15:55:48 -04:00
gamedata WIP Item rework implementation 2021-04-02 18:13:02 +02:00
instance Cleanup & read section palettes 2021-03-30 19:54:49 +02:00
inventory Cleanup 2021-04-04 15:44:09 +02:00
item Added ItemMetaBuilder#hideFlag with varargs 2021-04-04 14:19:51 +02:00
listener Remove unused class 2021-04-02 23:34:40 +02:00
map Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
network Fix Inventory not using a Component as title 2021-04-04 15:33:53 +02:00
particle Handshake and login packets, even more readable server packets 2021-03-30 19:42:40 +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 WIP Item rework implementation 2021-04-02 18:13:02 +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 Send all Adventure packets grouped where possible 2021-03-26 17:34:39 +00:00
sound prefer minestom enums over raw packet values 2021-03-26 17:34:38 +00: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 Add getTask in SchedulerManager 2021-03-22 21:23:57 +10:00
utils Ensure that the meta is new when instantiating from NBT 2021-04-02 22:40:24 +02:00
world WIP Item rework implementation 2021-04-02 18:13:02 +02:00
Bootstrap.java Don't crash the server if Mixin can't be loaded due to identical file names inside the JAR file. 2021-02-02 14:49:19 +01:00
MinecraftServer.java Style cleanup 2021-03-26 21:26:35 +01:00
UpdateManager.java Give a name to the tick scheduler thread 2021-03-21 15:44:37 +01:00
Viewable.java Send all Adventure packets grouped where possible 2021-03-26 17:34:39 +00:00