Minestom/src/main/java/net/minestom/server
2020-12-30 17:12:03 -06:00
..
advancements Javadoc clarification 2020-11-16 00:04:27 +01:00
attribute Reformat code 2020-11-17 15:58:36 +01:00
benchmark Use of a ScheduledExecutorService for the server ticks (instead of Thread#sleep) 2020-11-28 21:50:34 +01:00
bossbar Cache the unmodifiable viewers set to mitigate object allocation 2020-12-14 06:27:39 +01:00
chat Added ChatColor values method 2020-12-28 00:00:47 -07:00
collision Small optimization for entity velocity 2020-12-26 18:52:44 +01:00
command Merge remote-tracking branch 'origin/master' 2020-12-29 00:04:27 +01:00
data Cleanup 2020-12-12 06:13:50 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Increase readability when using static fields instead of local ones 2020-12-30 20:30:48 +01:00
event Pre login event is now async 2020-12-27 22:16:19 +01:00
extensions Cleanup extension code and added an option to disable extension loading on startup 2020-12-26 11:55:22 +01:00
extras Removed more string concatenation 2020-12-14 05:55:48 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Merge pull request #89 from Nesaak/master 2020-12-29 18:09:30 +01:00
inventory Fix NPE when clicking outside of the inventory to drop 2020-12-18 04:05:29 +01:00
item Fix NPE in CrossbowMeta 2020-12-29 15:16:51 +01:00
listener Add PotionEffectManager 2020-12-30 17:12:03 -06:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network Add PotionEffectManager 2020-12-30 17:12:03 -06:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02:00
permission Added comment about permission serialization 2020-12-11 21:46:55 +01:00
ping Documentation for the ResponseData and ResponseDataConsumer 2020-12-11 22:44:15 +01:00
potion Add PotionEffectManager 2020-12-30 17:12:03 -06:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Removed more string concatenation 2020-12-14 05:55:48 +01:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Cache the unmodifiable viewers set to mitigate object allocation 2020-12-14 06:27:39 +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 Better exception message 2020-12-26 16:46:54 +01:00
thread Set the default thread provider thread count to PROCESSORS*2 2020-11-17 02:56:55 +01:00
timer Prevent players being disconnected two times during a clean stop, also made shutdown tasks being executed in a single thread 2020-12-02 21:28:36 +01:00
utils Remove unused import 2020-12-29 11:54:06 -05: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 Add PotionEffectManager 2020-12-30 17:12:03 -06:00
UpdateManager.java Print exceptions properly during server tick 2020-12-28 12:27:25 +01:00
Viewable.java Removed Viewable#sendPacketToSelf 2020-12-14 06:10:11 +01:00