Minestom/src/main/java/net/minestom/server
TheMode 36bcf69728 Buffer collection cleaner
Signed-off-by: TheMode <themode@outlook.fr>
2021-09-29 18:31:28 +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 Replace most enums 2021-07-28 14:29:28 +02:00
attribute Remove legacy weirdness 2021-09-01 11:56:09 +02:00
collision Use an array instead of list 2021-09-18 22:14:46 +02:00
color Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
command Fix up tab completion for EntityType 2021-08-25 18:35:51 -04:00
coordinate Add getters for chunk coordinates in Point 2021-09-04 15:29:20 +02:00
data Fix minestom.com > minestom.net 2021-08-24 11:33:02 +02:00
effects
entity Simplify path finding code, do not expose internal parts 2021-09-24 19:31:54 +02:00
event Chunk-related improvements 2021-09-07 19:24:24 +03:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extensions Cleanup... 2021-09-05 03:40:30 +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 Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
inventory Ignore air when shift clicking 2021-09-16 19:21:36 +02:00
item Allow playerSkin to be null 2021-09-20 20:56:12 +02:00
listener Ensure positive chunk view distance from the client 2021-09-08 05:24:59 +02:00
map Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
message
monitoring Inline shouldBenchmark 2021-09-20 12:47:22 +02:00
network Buffer collection cleaner 2021-09-29 18:31:28 +02:00
particle Rename internal registry constant holder interfaces 2021-09-06 13:32:52 +02:00
permission
ping First NIO attempt 2021-08-03 12:57:13 +02:00
potion Rename internal registry constant holder interfaces 2021-09-06 13:32:52 +02:00
recipe
registry Use for-each 2021-08-10 01:17:44 +02:00
resourcepack Fix ResourcePackSendPacket 2021-06-19 17:44:11 +02:00
scoreboard Remove longly deprecated chat package 2021-07-27 06:55:08 +02:00
sound Rename internal registry constant holder interfaces 2021-09-06 13:32:52 +02:00
statistic Rename internal registry constant holder interfaces 2021-09-06 13:32:52 +02:00
storage Revert BinaryReader changes 2021-08-06 17:30:39 +02:00
tag Add Tag#SNBT write support 2021-06-26 19:52:35 +02:00
terminal Stop the server on Ctrl+C and SIGINT signal 2021-08-22 14:12:38 +02:00
thread Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
timer Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
utils Buffer collection cleaner 2021-09-29 18:31:28 +02:00
world Make DimensionTypeManager thread-safe 2021-09-07 16:47:14 +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 Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
Viewable.java