Minestom/src/main/java/net/minestom/server
2021-04-14 22:48:13 +02:00
..
advancements Code cleanup 2021-04-07 18:35:19 +02:00
adventure Code cleanup 2021-04-07 18:35:19 +02:00
attribute Fix properties & equipments changes not being properly sent to viewers & self 2021-03-12 01:38:52 +01:00
bossbar Improve deprecation messages, allow ChatColor to be used in Adventure component styling 2021-04-04 14:40:29 +01:00
chat Add HoverEventSource to ItemStack 2021-04-10 17:01:50 +02:00
collision Fix math, improve physics performance 2021-04-11 03:21:38 +02:00
color Code cleanup 2021-04-07 18:35:19 +02:00
command Merge branch 'master' into jline 2021-04-13 02:18:10 +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 Fix merge, remove unnecessary methods (for now) 2021-04-14 20:09:49 +02:00
event Added hand inside eat events 2021-04-13 22:59:40 +02:00
exception Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
extensions Style cleanup, add more information when the server is not run using bootstrap 2021-04-05 18:24:38 +02: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 Merge branch 'master' into acquirable 2021-04-14 22:29:55 +02:00
inventory Inventory id generation cleanup 2021-04-14 07:25:51 +02:00
item Add BinaryWriter#write(ByteBuf) 2021-04-14 01:40:21 +02:00
listener Added hand inside eat events 2021-04-13 22:59:40 +02:00
lock WIP per-chunk thread 2021-04-14 21:29:37 +02:00
map Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
monitoring Added TickMonitor 2021-04-11 00:09:01 +02:00
network ClientCloseWindowPacket window id is a byte, not a var int 2021-04-14 02:00:19 +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 Adventureise ResponseData and cleanup code 2021-03-31 21:22:24 +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 Code cleanup 2021-04-07 18:35:19 +02:00
scoreboard Code cleanup 2021-04-07 18:35:19 +02:00
sound Code cleanup 2021-04-07 18:35:19 +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
terminal Add api status annotations 2021-04-13 02:21:03 +02:00
thread Run thread directly 2021-04-14 22:48:13 +02:00
timer Add getTask in SchedulerManager 2021-03-22 21:23:57 +10:00
utils Merge branch 'master' into tickable 2021-04-14 20:06:35 +02:00
world Rename nbt method to remove confusion about the object being mutable or not 2021-04-10 00:24:29 +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 Initial acquirable API commit 2021-04-14 20:12:56 +02:00
Tickable.java Fix merge, remove unnecessary methods (for now) 2021-04-14 20:09:49 +02:00
UpdateManager.java Run thread directly 2021-04-14 22:48:13 +02:00
Viewable.java Code cleanup 2021-04-07 18:35:19 +02:00