Minestom/src/main/java/net/minestom/server
TheMode a4522e44ed Flush in worker threads
Signed-off-by: TheMode <themode@outlook.fr>
2021-11-16 21:53:33 +01:00
..
acquirable Inline TickThread tick method 2021-09-16 06:21:45 +02:00
advancements Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
adventure Unused imports 2021-11-07 16:03:57 +01:00
attribute Remove legacy weirdness 2021-09-01 11:56:09 +02:00
collision Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
color Fix color constructor (#502) 2021-10-23 15:15:55 +02:00
command Fix CommandManager javadocs (#519) 2021-11-06 18:33:48 +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 Update registry data 2021-11-10 16:45:46 +01:00
event Cache handle for PlayerChunkUnloadEvent 2021-11-02 01:54:48 +01:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extensions Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
extras Use slf4j LoggerFactory 2021-11-10 15:48:26 +01:00
gamedata/tags Decrease memory footprint of the registry cache (#521) 2021-11-07 13:40:54 +01:00
instance Avoid instanceof check 2021-11-09 12:56:32 +01:00
inventory Fix ghost item when adding more than the required stack size 2021-11-08 09:01:48 +01:00
item Allow meta type to be explicitly defined in lambda 2021-11-14 17:22:01 +01:00
listener Right-click equip should only work if the current equipment is air 2021-10-25 11:12:52 +02:00
map Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
message Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
monitoring Inline shouldBenchmark 2021-09-20 12:47:22 +02:00
network Flush in worker threads 2021-11-16 21:53:33 +01:00
particle Decrease memory footprint of the registry cache (#521) 2021-11-07 13:40:54 +01:00
permission
ping Use toList in stream chains 2021-10-22 02:23:14 +02:00
potion More records 2021-11-07 14:33:07 +01:00
recipe Use more enhanced switches 2021-10-22 02:14:12 +02:00
registry Update registry data 2021-11-10 16:45:46 +01:00
resourcepack Fix ResourcePackSendPacket 2021-06-19 17:44:11 +02:00
scoreboard fix 'seeInvisiblePlayers' friendly flag (#491) 2021-10-17 08:21:38 +02: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 Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
terminal Stop the server on Ctrl+C and SIGINT signal 2021-08-22 14:12:38 +02:00
thread Potentially fix removed entities from still being ticked 2021-10-11 23:38:32 +02:00
timer Use toList in stream chains 2021-10-22 02:23:14 +02:00
utils Fix exception on invalid username or UUID (#532) 2021-11-15 19:23:20 +01:00
world Hardcode heightmap value to dimension height. (#481) 2021-10-05 23:29:05 +02:00
Bootstrap.java
MinecraftServer.java Add properties for grouped, cached & viewable packets (#524) 2021-11-10 22:34: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 Entity tracking rework (#486) 2021-11-01 18:04:00 +01:00