Minestom/src/main/java/net/minestom/server
TheMode 3598c73e5a Add TagHandler#fromCompound
Signed-off-by: TheMode <themode@outlook.fr>
2022-01-10 16:51:21 +01:00
..
acquirable Inline TickThread tick method 2021-09-16 06:21:45 +02:00
advancements Fix notifications 2022-01-10 16:51:21 +01:00
adventure Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
attribute Remove legacy weirdness 2021-09-01 11:56:09 +02:00
collision Make BlockSetter/Getter inner interfaces inside Block 2022-01-10 16:51:21 +01:00
color Fix color constructor (#502) 2021-10-23 15:15:55 +02:00
command Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
coordinate Add equivalent methods in Point taking raw primitives 2021-11-08 23:28:14 +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 use a map for join game nbt 2022-01-10 16:51:21 +01:00
event Fix naming issue 2021-12-23 04:18:52 +10:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extensions Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
extras Use java 17 toList() 2021-11-23 20:27:25 +01:00
gamedata/tags Decrease memory footprint of the registry cache (#521) 2021-11-07 13:40:54 +01:00
instance Misc improvements 2022-01-10 16:51:21 +01:00
inventory Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
item fix ItemStack#asHoverEvent 2022-01-10 16:51:21 +01:00
listener immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
map immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
message Async packet write (#533) 2021-11-17 06:31:24 +01:00
monitoring Inline shouldBenchmark 2021-09-20 12:47:22 +02:00
network Remove duplicate constructor 2022-01-10 16:51:21 +01:00
particle immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
permission Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
ping Use toList in stream chains 2021-10-22 02:23:14 +02:00
potion Add Potion flags (#536) 2022-01-10 16:51:21 +01:00
recipe immutable packets (record) (#528) 2022-01-10 16:51:21 +01:00
registry Remove unnecessary changes 2022-01-10 16:51:21 +01:00
resourcepack Fix ResourcePackSendPacket 2021-06-19 17:44:11 +02:00
scoreboard Fix UpdateTeamAction 2022-01-10 16:51:21 +01:00
sound More records 2021-11-07 14:33:07 +01:00
statistic More records 2021-11-07 14:33:07 +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 Add TagHandler#fromCompound 2022-01-10 16:51:21 +01:00
terminal Stop the server on Ctrl+C and SIGINT signal 2021-08-22 14:12:38 +02:00
thread Improve thread provider for chunk & instance 2021-11-17 23:49:47 +01:00
timer Dont expose fastutil 2021-11-21 10:13:01 +01:00
utils Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
world Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
Bootstrap.java
MinecraftServer.java Incredible 1.18.1 support 2022-01-10 16:51:21 +01:00
Tickable.java Fix merge, remove unnecessary methods (for now) 2021-04-14 20:09:49 +02:00
UpdateManager.java Flush in worker threads 2021-11-16 21:53:33 +01:00
Viewable.java Batch sendPackets list content in a single message 2021-11-17 23:12:54 +01:00