Minestom/src/main/java/net/minestom/server
2020-11-27 11:24:32 +01:00
..
advancements Javadoc clarification 2020-11-16 00:04:27 +01:00
attribute Reformat code 2020-11-17 15:58:36 +01:00
benchmark Merge branch 'master' of https://github.com/Minestom/Minestom 2020-11-25 11:29:50 -05:00
bossbar Javadoc clarification 2020-11-16 00:04:27 +01:00
chat Removed TODO 2020-11-13 00:31:04 +01:00
collision Fixed EntityTeleportPacket being sent for every position fields modification and use a proper entity movement packet instead of velocity 2020-11-26 12:46:49 +01:00
command Added block command argument type 2020-11-27 11:24:32 +01:00
data Allow custom suggestion type with ArgumentDynamicWord 2020-11-22 22:58:14 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity EntityCreature scheduling priority for pathfinding can now be modified 2020-11-27 10:47:35 +01:00
event Added PlayerStartDiggingEvent warning 2020-11-18 13:22:23 +01:00
extensions Post-merge fixes 2020-11-18 09:24:59 +01:00
extras Fixed glitched chunks when teleporting a player + divided teleportation count by 2 during first join 2020-11-22 13:56:36 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Minestom is not really an alternative to Bukkit 2020-11-25 10:58:09 +01:00
inventory Replaced Arrays.copyOf to native #clone 2020-11-21 09:35:50 +01:00
item ItemStack#isSimilar should return true if both items have the same identifier 2020-11-21 11:42:47 +01:00
listener Fixed javadoc 2020-11-20 03:50:41 +01:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network Fixed EntityTeleportPacket being sent for every position fields modification and use a proper entity movement packet instead of velocity 2020-11-26 12:46:49 +01:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02:00
permission Created PermissionHandler 2020-11-14 07:06:46 +01: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 Fix data file not being generated in TestLootTables 2020-11-16 00:46:46 +01:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Javadoc clarification 2020-11-16 00:04:27 +01: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 Cleanup 2020-11-18 06:39:20 +01:00
thread Set the default thread provider thread count to PROCESSORS*2 2020-11-17 02:56:55 +01:00
timer Removed lombok dependency 2020-11-16 03:10:51 +01:00
utils Fixed EntityTeleportPacket being sent for every position fields modification and use a proper entity movement packet instead of velocity 2020-11-26 12:46:49 +01:00
world Removed lombok dependency 2020-11-16 03:10:51 +01:00
Bootstrap.java Start of tree-based classloading 2020-10-28 16:24:29 +01:00
MinecraftServer.java Merge branch 'master' of https://github.com/Minestom/Minestom 2020-11-22 08:59:52 -05:00
UpdateManager.java Improve follow target goal 2020-11-25 21:36:18 -05:00
Viewable.java Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +01:00