Minestom/src/main/java/net/minestom/server
2020-10-24 09:34:19 +02:00
..
advancements General cleanup 2020-10-22 12:55:53 +02:00
attribute Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
benchmark General cleanup 2020-10-22 12:55:53 +02:00
bossbar More explanations for JsonMessage#toString 2020-10-21 16:08:33 +02:00
chat General cleanup 2020-10-22 12:55:53 +02:00
collision General cleanup 2020-10-22 12:55:53 +02:00
command General cleanup 2020-10-22 12:55:53 +02:00
data Use negative entity id for the custom breaking system 2020-10-19 11:56:26 +02:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Added OptionalCallback for convenience 2020-10-22 22:55:40 +02:00
event Reduces the number of ItemStack#clone calls in inventory clicks 2020-10-22 19:18:08 +02:00
extensions Comments for MinecraftServer 2020-10-17 16:54:35 +02:00
extras General cleanup 2020-10-22 12:55:53 +02:00
gamedata General cleanup 2020-10-22 12:55:53 +02:00
instance Added IChunkLoader#saveChunks with a default implementation 2020-10-24 09:34:19 +02:00
inventory Reduces the number of ItemStack#clone calls in inventory clicks 2020-10-22 19:18:08 +02:00
item Removes debug #clone print 2020-10-22 19:22:58 +02: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 Hide PlayerConnection#enableCompression into NettyPlayerConnection 2020-10-24 00:05:22 +02: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 English fix 2020-10-15 21:16:31 +02:00
scoreboard Fix bug when you could send a break a custom block with a finished digging packet 2020-10-16 09:12:31 +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 English fix 2020-10-15 21:16:31 +02:00
thread UpdateManager comments + synchronization fix 2020-10-22 15:57:27 +02:00
timer English fix 2020-10-15 21:16:31 +02:00
utils Added OptionalCallback for convenience 2020-10-22 22:55:40 +02:00
world English fix 2020-10-15 21:16:31 +02:00
Bootstrap.java Make main method accessible to Bootstrap 2020-09-23 22:21:31 +02:00
MinecraftServer.java Comments for MinecraftServer 2020-10-17 16:54:35 +02:00
UpdateManager.java UpdateManager comments + synchronization fix 2020-10-22 15:57:27 +02:00
Viewable.java English fix 2020-10-15 21:16:31 +02:00