Minestom/src/main/java/net/minestom/server
TheMode b7ad2fef5c Send complete block nbt if no handler is present
Signed-off-by: TheMode <themode@outlook.fr>
2021-10-26 17:44:01 +02: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 Use toList in stream chains 2021-10-22 02:23:14 +02: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 Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
coordinate Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
data Fix minestom.com > minestom.net 2021-08-24 11:33:02 +02:00
effects
entity Use toList in stream chains 2021-10-22 02:23:14 +02:00
event Update to Java 17 (#462) 2021-10-22 01:55:55 +02: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 instead of println for finalization (MinestomExtensionClassLoader) 2021-09-11 17:42:30 -04:00
gamedata/tags Fix fluid tags 2021-07-29 15:51:51 +02:00
instance Add experimental Block#possibleStates 2021-10-25 16:17:12 +02:00
inventory Use more enhanced switches 2021-10-22 02:14:12 +02:00
item Update to Java 17 (#462) 2021-10-22 01:55:55 +02: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 Send complete block nbt if no handler is present 2021-10-26 17:44:01 +02:00
particle Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
permission
ping Use toList in stream chains 2021-10-22 02:23:14 +02:00
potion Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
recipe Use more enhanced switches 2021-10-22 02:14:12 +02:00
registry Use Registry classloader for loading resources instead of system classloader. 2021-10-26 09:15:36 -04: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 Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
statistic Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
storage Revert BinaryReader changes 2021-08-06 17:30:39 +02: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 Use forEach to take advantage of specialized impl 2021-10-26 02:00:59 +02:00
world Hardcode heightmap value to dimension height. (#481) 2021-10-05 23:29:05 +02:00
Bootstrap.java
MinecraftServer.java Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
Tickable.java
UpdateManager.java Async flush (#492) 2021-10-16 19:55:24 +02:00
Viewable.java Framed packet cleanup (#489) 2021-10-13 06:33:44 +02:00