Minestom/src/main/java/net/minestom/server
2021-08-13 05:59:52 +02:00
..
acquirable Improve tick scheduling 2021-07-01 00:34:58 +02:00
advancements Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
adventure Replace most enums 2021-07-28 14:29:28 +02:00
attribute Replace netty to jdk thread local random 2021-06-25 06:45:02 +02:00
collision Fast exit in CollisionUtils 2021-07-13 02:32:44 +02:00
color Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
command Fix exception message 2021-08-10 22:21:19 +02:00
coordinate Use intrinsics math floor 2021-07-30 18:33:37 +02:00
data Revert BinaryReader changes 2021-08-06 17:30:39 +02:00
effects
entity Reduce position packets when velocity is applied 2021-08-13 05:59:52 +02:00
event Merge branch 'master' into new-block-api 2021-08-09 00:52:36 +02:00
exception
extensions more 2021-07-08 20:25:10 +02:00
extras Improve velocity forwarding 2021-08-09 15:18:28 +02:00
gamedata/tags Fix fluid tags 2021-07-29 15:51:51 +02:00
instance Fix block hashcode 2021-08-13 05:40:29 +02:00
inventory Drag click cleanup, fix cursor item not being updated (thanks 1.17.1) 2021-08-12 20:49:03 +02:00
item Do not copy collections unless necessary 2021-08-13 03:25:11 +02:00
listener Drag click cleanup, fix cursor item not being updated (thanks 1.17.1) 2021-08-12 20:49:03 +02:00
map fix a bug with map api 2021-08-06 22:22:25 -04:00
message Fix ChatPosition and update to 1.17-rc2 2021-06-07 20:46:09 +02:00
monitoring Updated BenchmarkManager.java 2021-06-30 00:32:06 +02:00
network Rename to LocalCache 2021-08-13 01:13:58 +02:00
particle Reduce registry boilerplate 2021-07-30 15:29:05 +02:00
permission
ping First NIO attempt 2021-08-03 12:57:13 +02:00
potion Reduce registry boilerplate 2021-07-30 15:29:05 +02:00
recipe
registry Use for-each 2021-08-10 01:17:44 +02:00
resourcepack Fix ResourcePackSendPacket 2021-06-19 17:44:11 +02:00
scoreboard Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
sound Fix SoundEvent not being an adventure sound type 2021-08-12 22:08:31 +02:00
statistic Reduce registry boilerplate 2021-07-30 15:29:05 +02:00
storage Revert BinaryReader changes 2021-08-06 17:30:39 +02:00
tag Add Tag#SNBT write support 2021-06-26 19:52:35 +02:00
terminal Fix jline reader thread never being shutdown 2021-05-08 04:33:32 +02:00
thread Use for-each instead of lambda 2021-07-15 20:09:13 +02:00
timer Remove deprecated UpdateOption.java 2021-07-25 06:25:32 +02:00
utils Rename to LocalCache 2021-08-13 01:13:58 +02:00
world Remove get prefixes for protocol objects to be more record-friendly 2021-06-19 21:01:54 +02:00
Bootstrap.java
MinecraftServer.java First NIO attempt 2021-08-03 12:57:13 +02:00
Tickable.java
UpdateManager.java Fix server shutdown 2021-08-08 19:58:00 +02:00
Viewable.java