Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ run
Method
run
ServerEditorJava/src/Editor.java:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
public
static
void
main(String[] args) {
237
SwingUtilities.invokeLater(
new
Runnable() {
238
public
void
run() {
239
new
Editor().setVisible(true);
240
}
241
});
242
}
243
Callers
3
i
Function · 0.45
Xb
Function · 0.45
ext-emmet.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected