We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fa783 commit 38fdc7eCopy full SHA for 38fdc7e
sim-eth-basic/src/main/java/example/InGameMenuState.java
@@ -71,6 +71,13 @@ public InGameMenuState( boolean enabled ) {
71
sessionActions.add(new CallMethodAction("Exit", this, "exitGame"));
72
}
73
74
+ /**
75
+ * Returns the tabbed panel used in the in-game menu. This lets other
76
+ * states potentially add their own in-game menu tabs.
77
+ */
78
+ public TabbedPanel getTabs() {
79
+ return tabs;
80
+ }
81
82
protected void disconnect() {
83
log.info("disconnect()");
0 commit comments