add javadoc to overriding mixin

This commit is contained in:
1e99 2024-12-17 17:48:00 +01:00
parent a1f0671be0
commit 9027d2a21c

View file

@ -16,6 +16,10 @@ public abstract class ChatScreenMixin extends Screen {
super(title); super(title);
} }
/**
* I override this because it doesn't really make a lot of sense to have 2 mods that perform the same thing when files are dragged in.
* If you have issues with this, please contact me.
*/
@Override @Override
public void onFilesDropped(List<Path> paths) { public void onFilesDropped(List<Path> paths) {
for (Path path : paths) { for (Path path : paths) {