Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cortex-MC/SimpAPI
/ getMenuName
Method
getMenuName
src/main/java/me/kodysimpson/simpapi/menu/Menu.java:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
//let each menu decide their name
39
public
abstract String getMenuName();
40
41
//let each menu decide their slot amount
42
public
abstract
int
getSlots();
Callers
1
open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected