Runable
Dieser Commit ist enthalten in:
Ursprung
140b21e8ad
Commit
6ddc045968
@ -68,7 +68,7 @@ public class SWInventory implements Listener {
|
|||||||
callbacks.put(-1, inventoryClickEvent -> c.clicked(null));
|
callbacks.put(-1, inventoryClickEvent -> c.clicked(null));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addCloseRunable(Runnable c) {
|
public void addCloseRunnable(Runnable c) {
|
||||||
callbacks.put(-1, inventoryClickEvent -> c.run());
|
callbacks.put(-1, inventoryClickEvent -> c.run());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren