Minestom/src/main/java/net/minestom/server
2020-11-01 00:07:15 +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 Renamed #clone to #copy 2020-10-31 18:03:15 +01: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 Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
event Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +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 Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
inventory Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
item Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
listener Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
map Small cleanup 2020-10-29 22:52:07 +01:00
network The chunk view distance can now be dynamically modified both by the client or with the server using MinecraftServer#setChunkViewDistance, also added UpdateViewDistancePacket 2020-10-31 19:44:22 +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 Fixed shared instances tick being called 2 times 2020-10-31 02:55:55 +01:00
storage Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
thread Added InstanceContainer#copy and Chunk#copy 2020-10-31 19:22:23 +01:00
timer Small cleanup 2020-10-29 22:52:07 +01:00
utils Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
world Cleanup + comments 2020-10-31 05:09:30 +01:00
Bootstrap.java Make main method accessible to Bootstrap 2020-09-23 22:21:31 +02:00
MinecraftServer.java The chunk view distance can now be dynamically modified both by the client or with the server using MinecraftServer#setChunkViewDistance, also added UpdateViewDistancePacket 2020-10-31 19:44:22 +01:00
UpdateManager.java UpdateManager comments + synchronization fix 2020-10-22 15:57:27 +02:00
Viewable.java Cleanup + comments 2020-10-31 05:09:30 +01:00