Minestom/src/main/java/net/minestom/server
2020-11-22 13:23:53 +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 Created PaletteStorage#clean 2020-11-15 05:12:28 +01:00
bossbar Javadoc clarification 2020-11-16 00:04:27 +01:00
chat Removed TODO 2020-11-13 00:31:04 +01:00
collision Cleanup 2 2020-11-10 08:01:27 +01:00
command Merge branch 'extensions-v2' 2020-11-18 09:13:30 +01:00
data Added a new item data ownership system, replacing the old nbt consumer and NbtDataImpl 2020-11-21 06:37:44 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Fixed player spawn when a respawn point is not specified 2020-11-21 20:56:32 +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 Post-merge fixes 2020-11-18 09:24:59 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Fixed TemporaryCache#retrieve not taking the last update time 2020-11-20 18:15:37 +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 mojang authentication 2020-11-21 23:33:06 +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 max string length 2020-11-22 11:16:21 +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 Fixed MinecraftServer#setChunkViewDistance making players show more chunks than what their option is 2020-11-22 13:23:53 +01:00
UpdateManager.java Per instance thread is now the default, added a configurable cooldown for player position refresh 2020-11-18 05:13:49 +01: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