add javadoc to overriding mixin
This commit is contained in:
parent
a1f0671be0
commit
9027d2a21c
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ public abstract class ChatScreenMixin extends Screen {
|
|||
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
|
||||
public void onFilesDropped(List<Path> paths) {
|
||||
for (Path path : paths) {
|
||||
|
|
Loading…
Reference in a new issue