Minestom/src/main/java/net/minestom/server
2020-11-14 23:24:16 +01:00
..
advancements Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +01:00
attribute Annotations for data & command 2020-10-24 16:58:27 +02:00
benchmark Cleanup + created SingleThreadProvider 2020-11-13 19:43:22 +01:00
bossbar Cleanup 2 2020-11-10 08:01: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 Optimization to prevent permanent map lookup 2020-11-14 09:02:29 +01:00
data Removed confusing BinaryReader method 2020-11-13 02:02:52 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Clarify that entity ids are unique server-wide 2020-11-14 23:24:16 +01:00
event Read player skin from velocity 2020-11-14 22:13:01 +01:00
extensions More comments for the command API, Arguments methods are NotNull since id should not be decided at runtime 2020-10-30 18:43:14 +01:00
extras Added bungee skin/uuid forwarding 2020-11-14 23:18:52 +01:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Space cleanup 2020-11-14 21:05:23 +01:00
inventory Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +01:00
item Added NbtDataImpl to support writing custom item NBT data to the client 2020-11-07 19:39:22 +01:00
listener Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +01:00
map Cleanup TODOs 2020-11-03 08:59:23 +01:00
network Added bungee skin/uuid forwarding 2020-11-14 23:18:52 +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 Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +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 Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
thread Optimization to prevent permanent map lookup 2020-11-14 09:02:29 +01:00
timer Cleanup 2020-11-06 22:58:38 +01:00
utils Optimization to prevent permanent map lookup 2020-11-14 09:02:29 +01:00
world Prevent infinite load screen when not teleporting the player on spawning 2020-11-14 21:45:30 +01:00
Bootstrap.java Make main method accessible to Bootstrap 2020-09-23 22:21:31 +02:00
MinecraftServer.java Clarification for FakePlayer#initPlayer about player registration 2020-11-14 02:30:42 +01:00
UpdateManager.java Revamp of the packet sending code, added possibility to have listeners for outgoing packets 2020-11-13 07:43:35 +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