Minestom/src/main/java/net/minestom/server
2020-10-31 00:23:52 +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 More comments for the command API, Arguments methods are NotNull since id should not be decided at runtime 2020-10-30 18:43:14 +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 Only send chunks if required 2020-10-31 00:23:52 +01:00
event Small cleanup 2020-10-29 22:52:07 +01:00
extensions More comments for the command API, Arguments methods are NotNull since id should not be decided at runtime 2020-10-30 18:43:14 +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 Small cleanup 2020-10-29 22:52:07 +01:00
instance Chunk#UNSAFE_setBlock can have a custom block id sets to 0 2020-10-30 22:49:57 +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 Small cleanup 2020-10-29 22:52:07 +01:00
map Small cleanup 2020-10-29 22:52:07 +01:00
network Small cleanup 2020-10-29 22:52:07 +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 Completely removed RegistryMain 2020-06-29 20:29:50 +02:00
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 Small cleanup 2020-10-29 22:52:07 +01:00
utils Only send chunks if required 2020-10-31 00:23:52 +01:00
world Small cleanup 2020-10-29 22:52:07 +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