Minestom/src/main/java/net/minestom/server
2022-02-21 05:14:19 +01:00
..
advancements Fix notifications 2022-01-10 16:51:21 +01:00
adventure Misc cleanup 2022-02-10 13:27:46 +01:00
attribute Remove the concept of non-shared attribute 2022-01-10 16:51:21 +01:00
collision Make BlockSetter/Getter inner interfaces inside Block 2022-01-10 16:51:21 +01:00
color Make Color properly immutable 2022-01-10 16:51:21 +01:00
command Command test (#597) 2022-01-23 23:30:57 +01:00
coordinate Add Pos#withView(Pos) 2022-02-02 16:42:00 +01:00
effects
entity Fix invalid username/uuid in static PlayerSkin methods 2022-02-14 21:04:37 +01:00
event Add PlayerPacketOutEvent (#689) 2022-02-17 13:51:55 +01:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extensions Fixed nullpointer when unloading a dependent extention that was already unloaded (#601) 2022-01-25 13:51:10 +01:00
extras Move MOJANG_AUTH_URL 2022-01-26 06:58:41 +01:00
gamedata/tags Decrease memory footprint of the registry cache (#521) 2021-11-07 13:40:54 +01:00
instance Remove GlobalHandles for better testability 2022-02-13 12:34:27 +01:00
inventory Remove GlobalHandles for better testability 2022-02-13 12:34:27 +01:00
item Remove deprecated data/storage APIs 2022-02-09 23:07:18 +01:00
listener Make min distance to interact with entities 6, staying consistent to notchian server (#704) 2022-02-20 15:29:13 +01:00
map Remove MinestomThreadPool, use the common pool for generation 2022-01-12 22:37:35 +01:00
message Async packet write (#533) 2021-11-17 06:31:24 +01:00
monitoring Remove MinestomThreadPool, use the common pool for generation 2022-01-12 22:37:35 +01:00
network cacheBuffer does not need to be volatile 2022-02-20 13:15:46 +01:00
particle Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
permission Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
ping Remove deprecated ResponseDataConsumer, add support for unix domain socket 2022-01-25 01:38:18 +01:00
potion Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
recipe Fix DeclareRecipePacket (#562) 2022-01-10 16:51:21 +01:00
registry Fix potion registry 2022-02-07 23:26:30 +01:00
resourcepack Add ResourcePack#optional overload to specify prompt (#600) 2022-01-25 01:42:32 +01:00
scoreboard Server process (#550) 2022-01-10 16:51:21 +01:00
sound Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
statistic Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
tag Make BlockImpl a record 2022-01-10 16:51:21 +01:00
terminal Misc cleanup 2022-01-12 22:15:50 +01:00
thread Add assert for tick park 2022-02-20 17:44:22 +01:00
timer Remove RoaringBitmap 2022-01-10 16:51:21 +01:00
utils Ensure that entities are not registered twice 2022-02-21 05:14:19 +01:00
world Misc cleanup 2022-01-12 22:15:50 +01:00
MinecraftServer.java Misc cleanup 2022-02-10 13:27:46 +01:00
ServerProcess.java Remove deprecated data/storage APIs 2022-02-09 23:07:18 +01:00
ServerProcessImpl.java Remove GlobalHandles for better testability 2022-02-13 12:34:27 +01:00
Tickable.java Fix merge, remove unnecessary methods (for now) 2021-04-14 20:09:49 +02:00
Viewable.java Batch sendPackets list content in a single message 2021-11-17 23:12:54 +01:00