Minestom/src/main/java/net/minestom/server
2020-10-29 19:51:10 +01:00
..
advancements Clear cache of viewed boss bars and advancement tabs once the player disconnect 2020-10-25 12:28:06 +01:00
attribute Annotations for data & command 2020-10-24 16:58:27 +02:00
benchmark General cleanup 2020-10-22 12:55:53 +02:00
bossbar Clear cache of viewed boss bars and advancement tabs once the player disconnect 2020-10-25 12:28:06 +01:00
chat Fixed PURPLE and PINK colors 2020-10-27 01:43:31 +01:00
collision General cleanup 2020-10-22 12:55:53 +02:00
command CommandDispatcher comments for maintenance purpose and fixed all code warnings 2020-10-29 19:51:10 +01:00
data Assigning a data key to null will remove the key 2020-10-26 01:47:41 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Make the player display name nullable 2020-10-27 12:45:37 +01:00
event Added annotations for all events 2020-10-24 16:33:13 +02:00
extensions Remove unnecessary packet copy + more annotations 2020-10-26 16:08:59 +01:00
extras Allow for custom chunk/entity view distance and compression threshold without recompiling the server. 2020-10-25 16:48:14 +01:00
gamedata Use the Contract annotation to prevent useless NPE warnings 2020-10-26 13:57:02 +01:00
instance Use the Contract annotation to prevent useless NPE warnings 2020-10-26 13:57:02 +01:00
inventory Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
item Changed DEFAULT_STACKING_RULE's maxSize from 127 to 64 2020-10-25 14:44:40 -06:00
listener Added Chunk#setReadOnly and Chunk#isReadOnly 2020-10-24 00:17:23 +02:00
map Map API cleanup 2020-10-13 16:50:03 +02:00
network Added warning for ConnectionManager#addPlayerInitialization to prevent calling too early code 2020-10-27 01:53:56 +01:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02:00
permission Comments 2020-10-11 18:57:24 +02:00
ping Explanation for ResponseDataConsumer ang general comment cleanup 2020-10-17 13:24:18 +02:00
potion Added support for CustomPotionEffect in PotionMeta 2020-10-16 16:32:57 +02:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard A lot of annotations a bit everywhere. 2020-10-24 10:46:23 +02:00
sound
stat Cleanup 2020-08-03 10:35:46 +02:00
storage Annotations for the storage api 2020-10-24 20:49:39 +02:00
thread UpdateManager comments + synchronization fix 2020-10-22 15:57:27 +02:00
timer Fixed synchronization issue when adding/removing scheduled tasks 2020-10-29 19:20:25 +01:00
utils Fix command with less than 2 arguments 2020-10-28 01:24:50 +01:00
world Small packet cleanup, removed LevelType, new RawJsonMessage 2020-10-25 22:19:27 +01:00
Bootstrap.java Make main method accessible to Bootstrap 2020-09-23 22:21:31 +02:00
MinecraftServer.java Removed check for manager getters 2020-10-28 13:19:34 +01:00
UpdateManager.java UpdateManager comments + synchronization fix 2020-10-22 15:57:27 +02:00
Viewable.java A lot of annotations a bit everywhere. 2020-10-24 10:46:23 +02:00