Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ openGui
Method
openGui
src/main/java/com/volmit/adapt/api/skill/Skill.java:189–189 ·
view source on GitHub ↗
(Player player, boolean checkPermissions)
Source
from the content-addressed store, hash-verified
187
}
188
189
default boolean openGui(Player player, boolean checkPermissions) {
190
if
(hasBlacklistPermission(player, this)) {
191
return
false;
192
}
else
{
Callers
5
hotloaded
Method · 0.65
execute
Method · 0.65
openSkillGUI
Method · 0.65
openAdaptationGUI
Method · 0.65
open
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected