Minestom/src/main/java/net/minestom/server
2022-01-29 22:07:50 +01:00
..
advancements Fix notifications 2022-01-10 16:51:21 +01:00
adventure Remove guava dependency 2022-01-27 05:15:51 +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 Outdated doc 2022-01-10 16:51:21 +01:00
data Deprecate storage & data API (use the Tag API for nbt or whatever else you want) 2021-11-07 16:05:28 +01:00
effects
entity Fix player settings (#620) 2022-01-29 22:07:50 +01:00
event Remove deprecated ResponseDataConsumer, add support for unix domain socket 2022-01-25 01:38:18 +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 Fix tests 2022-01-26 18:37:21 +01:00
inventory Make DragData record 2022-01-12 22:08:08 +01:00
item Improve item lore 2022-01-22 23:22:00 +01:00
listener Fix player settings (#620) 2022-01-29 22:07:50 +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 Fix player settings (#620) 2022-01-29 22:07:50 +01:00
particle Inline registry loading 2022-01-17 23:40:46 +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 Inline registry loading 2022-01-17 23:40:46 +01:00
recipe Fix DeclareRecipePacket (#562) 2022-01-10 16:51:21 +01:00
registry Container performance 2022-01-14 10:50:54 +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 Inline registry loading 2022-01-17 23:40:46 +01:00
statistic Inline registry loading 2022-01-17 23:40:46 +01:00
storage Deprecate storage & data API (use the Tag API for nbt or whatever else you want) 2021-11-07 16:05:28 +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 Extract constant tick time 2022-01-21 10:10:24 +01:00
timer Remove RoaringBitmap 2022-01-10 16:51:21 +01:00
utils Fix corruption when receiving multiple compressed packets (#611) 2022-01-29 10:18:23 +01:00
world Misc cleanup 2022-01-12 22:15:50 +01:00
MinecraftServer.java Remove deprecated ResponseDataConsumer, add support for unix domain socket 2022-01-25 01:38:18 +01:00
ServerProcess.java Server process (#550) 2022-01-10 16:51:21 +01:00
ServerProcessImpl.java Scheduler should not be responsible for polling timeout 2022-01-19 23:33:21 +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