MCPcopy 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

hotloadedMethod · 0.65
executeMethod · 0.65
openSkillGUIMethod · 0.65
openAdaptationGUIMethod · 0.65
openMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected