コード例 #1
0
ファイル: ConsoleManager.java プロジェクト: kitskub/Glowstone
 public boolean isPermissionSet(String name) {
   return perm.isPermissionSet(name);
 }