Minestom/src/main/java/net/minestom/server
2020-05-30 22:32:12 +02:00
..
attribute Attribute optimization + comments 2020-05-30 01:39:52 +02:00
benchmark Modified digging listener, added more clear exceptions and some comments 2020-05-27 19:43:08 +02:00
bossbar Comments 2020-05-28 19:15:55 +02:00
chat Fix player sendMessage methods 2020-05-03 05:17:32 -07:00
collision Lot of comments 2020-05-27 20:30:13 +02:00
command Proper List#toArray array initialization 2020-05-25 12:25:39 +02:00
data Added player in inventory events + comments 2020-05-30 14:58:00 +02:00
effects Send effects to players 2020-04-28 16:08:21 +02:00
entity Added event comments 2020-05-30 22:32:12 +02:00
event Added event comments 2020-05-30 22:32:12 +02:00
gamedata Automatically check conditions when generating 2020-05-21 19:30:43 +02:00
instance Remove the previous NBT library 2020-05-30 00:25:07 +02:00
inventory Added player in inventory events + comments 2020-05-30 14:58:00 +02:00
item Attribute optimization + comments 2020-05-30 01:39:52 +02:00
listener Added event comments 2020-05-30 22:32:12 +02:00
network Added Player#setSkin and PlayerSkinInitEvent to modify it at initialization 2020-05-30 19:47:47 +02:00
particle Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
ping Comments 2020-05-28 19:15:55 +02:00
potion Added Enchantment & PotionType enum + PlayerCommandEvent call 2020-04-29 19:23:47 +02:00
reader WIP chunk biomes 2020-05-08 20:50:05 +02:00
recipe Proper List#toArray array initialization 2020-05-25 12:25:39 +02:00
registry Fixed ResourceGatherer on Mac OS 2020-05-29 20:44:03 +02:00
scoreboard Update packets having a Chat component 2020-05-26 17:48:46 +02:00
sound Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
stat Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
storage Cleanup 2020-05-23 04:20:01 +02:00
timer Set lastUpdateTime on task creation, otherwise delayed task won't be delayed 2020-05-01 23:35:56 +02:00
utils Attribute optimization + comments 2020-05-30 01:39:52 +02:00
world Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
MinecraftServer.java Loot table support 2020-05-18 21:11:59 +02:00
UpdateManager.java Updated netty + fix network crash 2020-05-29 15:31:11 +02:00
Viewable.java Added Entity#isAutoViewable & making Viewable#addViewer and Viewable#removeViewer return boolean 2020-05-23 17:57:56 +02:00