696697698699700701702
protected void callEvent(PermissionEvent event) { nativeI.callEvent(event); } protected void callEvent(PermissionSystemEvent.Action action) { this.callEvent(new PermissionSystemEvent(getServerUUID(), action)); }